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:
- In the workflow designer, locate the 'Send an email (V2)' action.
- 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.
- 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:
- Tutorial: Create workflows that process emails using Azure Logic Apps, Azure Functions, and Azure Storage
- Tutorial: 2
Please let us know if any further questions
kindly accept answer if it helps
Thanks
Deepanshu