Logic App: Send an email (V2) "reply to" function only replies to a single email despite passing many emails dynamically

Vivek Komarla Bhaskar 956 Reputation points
2024-10-18T11:55:49.69+00:00

Logic App: Send an email (V2) "reply to" function only replies to a single email despite passing many emails dynamically

Screenshot 2024-10-18 at 12.51.52

When I "reply" to the email I receive, it should have gone to all the emails I list under the 'Reply To' field; however, it only goes to the first one in this list. Are there any issues with this logic app feature?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,542 questions
0 comments No comments
{count} vote

Accepted answer
  1. Deepanshukatara-6769 16,565 Reputation points Moderator
    2024-10-18T12:33:32.3966667+00:00

    Hello Vivek, Welcome to MS Q&A

    It maybe you are not passing the dynamic content as required , please check below

    To dynamically pass multiple email addresses to the 'Reply To' field in the 'Send an email (V2)' action of an Azure Logic App, you can utilize the dynamic content feature within the action. You would typically set the 'Reply To' field to a variable or an array that contains the email addresses you want to include.

    Here are the general steps to implement this:

    1. In the workflow designer, locate the 'Send an email (V2)' action.
    2. In the 'Reply To' field, you can either enter a single email address or use an expression to reference a variable that contains multiple email addresses.
    3. Ensure that the variable is formatted correctly to accept multiple addresses, typically as a comma-separated string or an array.

    For more detailed instructions or examples, you may want to refer to Azure Logic Apps documentation.

    References:

    Please let us know if any further questions

    kindly accept answer if it helps

    Thanks

    Deepanshu


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.