Hi All,
I developed a Cloud Flow using the "When an item is created" trigger.
However, I want to get the source of the created item.
Is it created via PowerApps or directly through the list? If it's via PowerApps, I also want to see the AppId.
In the past, in a Run Only Flow, we were able to determine if the Flow was triggered by the authorized user and App using the following variables:
- @{triggerOutputs()['headers']['x-ms-client-app-id']}
- @{triggerOutputs()['headers']['x-ms-user-email']}
It was a great security measure.
And now we need almost same security requirement but failed this time 🙂
Is it possible?? Please do not recommend workaround, because this is exactly what i need 😞
Thanks in advance!

Report
All responses (
Answers (