Hello,
I have a basic flow that is triggered from a SharePoint Online Site Design. It is basically:
When a HTTP Request is Received -> Create Azure Automation Job -> Send an email notification (v3).
The issue I have currently is that the "Send an email notification (v3)" task has the "To" field hard-coded. This should ideally be dynamic based on the user who triggered the flow (or in this case who triggered the SharePoint Site Design on the given SharePoint Site).
Appreciate any ideas, many thanks.