Hi all,
I have a weird issue. I have the simplest of all Flows set up
Trigger: manually trigger a flow
Send an email with options (Approve, Reject)
When the receiver approves or rejects I just want to capture their email.
So I have a variable set to the UserEmailAddress from the "Send email with options" action. But it's returning blank.
I set a condition on the response, so if response = "Approve" send an email and that is working fine, so Flow is able to capture the response, but not the email address. Can anyone successfully capture the responder's email address?
I basically just need to know who is actually responding to the email, and document that.
Before you say "you should just use approvals" - I need to include an html table in the body of the email.
Before you tell me to try markup - I have, it doesn't render in the Teams "approval" notification, and also doesn't seem to be very friendly in terms of dynamic column sizing.
So this is (to my knowledge) my only option.