The crosses to delete headers or body pairs do not work in Call API node

I’m trying to use the Call API node. I can get it to work when I supply my own bearer token.

But I tried to automate getting the bearer token. Gummie initially hallucinated by telling me that there already was an OAuth node to get the bearer token.
After I told that no such node exists it then told me to use a different Call API node to get the bearer token, together with a Combine Text node to produce “bearer {input1}” for use in the second Call API node.

But then it seems to be hallucinating again by telling me that I can click a . next to the Header value in the second Call API node to use the output from the Combine Text node.

It is now telling me to delete the existing Header key value pairs I have and then add a dynamic pair, but although I can see the crosses (x) next to the pairs, clicking on them does nothing.

How can I fix this please?

Hey @Patrick_Lee - Could you please share your workbook link and set the access to ‘anyone with the link can view’? I’m unable to reproduce the issue on my end, here’s a Loom of me deleting header inputs in the Call API node: https://www.loom.com/share/62596c424b8f42a5bbc987c95f704731?sid=535b1ce1-a717-4864-94dd-93f1f1836af8

As for your question, if you want to pass the header dynamically as an input you’d have to use a Run Code node or Custom Node

Doc: https://docs.gumloop.com/nodes/custom_node_details
Video Tutorial: https://www.youtube.com/watch?v=yHjxbmdg-cI&ab_channel=Gumloop
Custom Node Workshop: https://www.youtube.com/watch?v=ovCCWfgWv4M

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