I.K Designs
I.K Designs2mo ago

I am try to pass a variable on a GET request something like this bellow but no success until now.

"https://mydomain.com/apicall/userID/ID" Because ID will be dynamic how to pass it? Thank you !!
No description
Solution:
@I.K Designs You can pass the ID as a query parameter or from the body, you can refer to this documentation - https://docs.buildship.com/utility-nodes/api-call-node#query-parameters. Then you'll be able to pass it as a variable on FlutterFlow as well, tutorial on BuildShip x FlutterFlow - https://docs.buildship.com/flutterflow.
API Call Node – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
Jump to solution
2 Replies
AI Support
AI Support2mo ago
To handle dynamic IDs in BuildShip, you can use variables or placeholders within your workflow. For more detailed guidance, please refer to the BuildShip documentation on handling dynamic URLs: BuildShip Documentation - Handling Dynamic URLs If you need further assistance, please submit your query via the in-app support button.
Solution
Gaurav Chadha
Gaurav Chadha2mo ago
@I.K Designs You can pass the ID as a query parameter or from the body, you can refer to this documentation - https://docs.buildship.com/utility-nodes/api-call-node#query-parameters. Then you'll be able to pass it as a variable on FlutterFlow as well, tutorial on BuildShip x FlutterFlow - https://docs.buildship.com/flutterflow.
API Call Node – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.