Hello,
I've created a flow which allow me to automate this process :
1) Create a "customer folder" in my SharePoint library
2) Sharing it to an external user with the block "Grant access to an item or a folder"
Then I would like to
3) Get the new "Sharing Link" from my Flow (manually accessible on right-click & "manage access" from the item on my SharePoint)
5) Save user e-mail & this "Sharing Link" to an Excel database
4) Send a custom e-mail (not the automatic one built on the block) with the new "Sharing Link"
But How to GET this new "Sharing Link" on my Flow after it has been created from the block "Grant access to an item or a folder".
I tried something like @{outputs('Grant_access_to_an_item_or_a_folder')?['body/link/webUrl']} but it's not working.
Maybe the solution is an HTTP request ?
Thanks,
Dylan Bergozza