Almendra10
Almendra106mo ago

Almendra10 - Hey all,Simple rookie question: ...

Hey all, Simple rookie question: If I'm sending 2 parameters in the Query (url and name), do I need to use twice the node "get query param" or can I put more than 1 paramer in the same node? Context: In this example the query would be "/youtube-mc?url=[url]&name=[name]". The parameter that I don't know where to add is "name" (see image).
No description
Solution:
Hi @Almendra10, Yes, you'll require to use the node twice matching the key. If you are making a simple API call, you can use the API Call node instead and pass the url with multiple query parameter.
Jump to solution
3 Replies
Solution
Gaurav Chadha
Gaurav Chadha6mo ago
Hi @Almendra10, Yes, you'll require to use the node twice matching the key. If you are making a simple API call, you can use the API Call node instead and pass the url with multiple query parameter.
Almendra10
Almendra106mo ago
Hey @Gaurav Chadha, thanks for the quick answer. Sorry but I didn't understand, what do you mean with the API Call parameter? I was planning to start the flow with these 3 nodes: - Rest API Call (here I will send both parameters: "/youtube-mc?url=[url]&name=[name]") - Get query param (for url) - Get query param (for name) Is this correct?
Gaurav Chadha
Gaurav Chadha6mo ago
Yes, it is correct for the above structure of Rest API Call. Let us know if you encounter any issues with using the Get query param.