I'm trying to update a Sharepoint list when a user clicks on a link. I want to pass a couple of items of data, which I've managed to do by passing them as parameters in the URL. I can't get the user's details though, even though they're logged in to their Microsoft accounts.
I've tried Get My Profile - but that's just my profile!
I've tried Get Users Profile but can't identify the user as the only dynamic content available are my parameters and "body".
I've tried triggerOutputs()['header']['x-ms-user-email'] but it just says that doesn't exist.
Is there a way to get the id of the user who triggered the flow when you use the HTTP request trigger?
Thanks