Can't select 'Full Response' in options Response

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 :wink: 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

1 Like

I created a temporary workearound for this issue.

Before the HTTP Request, I added a Code-node in which I create the file name. The HTTP Request uses this to create the new file and in the node after that I place a HTTP GET for that file and that way, I can get the location ID and file ID to use in the rest of my workflow.

If anybody knows a solution to (or the reason for) my initial problem, I’d still love to hear it.

Okay, I didn’t need a workaround after all.

BIG TIP FOR ALL: SAVE AND REFRESH!! Apperantly, it was a bug…

2 Likes

Hey @Tomas_Bloem ,
dont forget to pase your solution here :slight_smile: :+1:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.