I would like to create a flow where; when a MS Forms response is submitted the form responder is granted Contribute permissions to a document library (entire library) on a SharePoint site.
Initialize Variable
1st Send HTTP Request to SharePoint; SendRequestforUser
Set Variable
2nd Send HTTP Request to SharePoint
I get the following error whenever I run the flow:
I have tried using a Compose action instead of Initialize/Set Variable and get the same error
I have a feeling that the issue stems from the MS Form trigger; I am pulling the User Email from the Form and not a SharePoint Site.
Any help would be greatly appreciated.
Thanks,