Tim C - I'm trying to refactor an inbound query...
I'm trying to refactor an inbound query that I have no control over. It takes the form of https://target/api#param=value¶m2=value. I want to refactor this to https://target/api?param=value¶m2=value. I feel like this is trivially easy, but I'm stuck extracting the calling URL. If have an API GET trigger at the beginning of my workflow, then I try to access the calling URL in a subsequent node with Query.url, but I get an error that the URL is invalid, and the object I see in the logs doesn't appear to have anything containing the original query. Any way to access the full original query that triggered the workflow?
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
B
BuildShip
Join founders, builders, devs using Low-code / No-code to create backend, APIs, scheduled Jobs, automation, AI workflows