Tim CT
BuildShip2y ago
4 replies
Tim C

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&param2=value. I want to refactor this to https://target/api?param=value&param2=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?
Was this page helpful?