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]

Solution:
Jump to 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

8 Replies
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

Thank you very much! It worked perfectly, now I'm going to test making the external call, but I got an error



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.yeh shipped

Add a
/
in the path then ship, it should work.
yes, now it works. Thanks