I am using Logic App’s “sending email with option” action from Outlook to send email to users and trigger some actions based on their response to the emails which is clicking on a button.
It is working fine, but when I add the HTML confirmation dialog box, it does not catch the user’s info in the response. Means all of the attributes in response (SelectedOption
, UserEmailAddress
, UserTenantId
and UserId
) are null.
Has anyone experienced this issue or have a workaround it without need for development?
Here are some references:
- https://learn.microsoft.com/en-us/connectors/office365/#send-email-with-options
- https://learn.microsoft.com/en-us/connectors/office365/#approvalemailresponse
Thank you
I am expecting to get the user’s info on the response after user clicks on any of the options and also confirms the selected option in the confirmation dialog box.
It is working fine when not using HTML message or HTML confirmation box and I am getting user’s info in the response.
Behnam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.