I'm sending out some weekly digest emails via flow that pull from our Project Online environment. These emails contain a high level summary of each project, but I have included a link (from a 'When HTTP Request is Received' action) that allows a user to request a more detailed report to get emailed to them (when the user clicks the link in the digest email, it triggers another flow that creates and sends the detailed report).
This workflow works, but requires me to have a fixed email address that the detailed report gets sent to. Ideally, I'd like to be able to detect what user is clicking on the link, and then send the email to the user who clicked the link. I'm assuming this means that I somehow need to be able to pass the user email through the URL, but I can't figure out how I would do that.
Is there a way to achieve this?