jusmon
jusmon11mo ago

I hope someone can help. I'm trying to

I hope someone can help. I'm trying to build a simple buildship application that is doing a GET request and using the "Get Query Parameter" node. Pretty simple. The issue I"m running into is when testing it for the query parameter it's not seeing the query parameter.. Screenshot of error and test query.
No description
2 Replies
Gaurav Chadha
Gaurav Chadha11mo ago
Hi @jusmon on, I see some issue with logic of the Get Query node. Since you just need to extract the query value form your request query param and use it in the node. You can add an empty script and return the value in there and pass it in the next node. I'm attaching a workflow which you can copy/paste and use.
jusmon
jusmon11mo ago
You are the man! Thank you so much. I guess the current Get Query node is just broken. Thank you so much I've been stuck with this.