I’m currently creating a custom HTTP Request that creates an Excel-document in my sharepoint. That works. However, I only get a HTTP-status 202 as output (which is normal) with {} as result.
However, a bit further in the workflow, I need to Append or Update rows within that same sheet and I therefor need the location of the new file it created. Thus, as output in need that information.
The solution I got advices by our lovely ChatGPT assistant is to add the ‘Response’ Option in the node and choose ‘Full Response’. However, If I chose ‘Response’ it doesn’t show me anything, so I’m stuck…
Anybody know how I can solve this?
For context, it’s a HTTP Request that’s using a Generic Credential Type (OAUth2 API) wich connects to Microsoft Graph via Azure and Entra ID