Hi!
In Microsoft Flow context, I need to call an Azure Function passing context (current user) in order to in the Azure Function make operations with delegated permissions (the context user or the flow running context connection user) in Microsoft Graph.
In the Azure Function I need use graph operations, like:
https://learn.microsoft.com/en-us/graph/api/worksheetcollection-add?view=graph-rest-1.0&tabs=http
I can´t use application permissions like Files.ReadWrite.All, the client don´t want to use it (it works).
I don´t know how to use current flow user and the azure function using delegated permissions.
Please help ^^