RodrigoAz
RodrigoAz9mo ago

RodrigoAz - Hi, Can anyone help me configure it...

Hi, Can anyone help me configure it to use a parameter when searching for this query? Example: https://my.buildship.run/select_person[account_id]
No description
Solution:
Hi @RodrigoAz, you can add a Get Query Param node and use the query key as variable from the node to pass in your SQL Query eg: (image) The value here is coming from query param node
No description
Jump to solution
8 Replies
Solution
Gaurav Chadha
Gaurav Chadha9mo ago
Hi @RodrigoAz, you can add a Get Query Param node and use the query key as variable from the node to pass in your SQL Query eg: (image) The value here is coming from query param node
No description
RodrigoAz
RodrigoAzOP9mo ago
Thank you very much! It worked perfectly, now I'm going to test making the external call, but I got an error
No description
RodrigoAz
RodrigoAzOP9mo ago
No description
RodrigoAz
RodrigoAzOP9mo ago
No description
Gaurav Chadha
Gaurav Chadha9mo ago
Is you workflow shipped? Okay, the path is missing a forward slash / in the Rest API Call. You can add it, ship again and test.
RodrigoAz
RodrigoAzOP9mo ago
yeh shipped
No description
Gaurav Chadha
Gaurav Chadha9mo ago
Add a / in the path then ship, it should work.
No description
RodrigoAz
RodrigoAzOP9mo ago
yes, now it works. Thanks