Wappler always makes me feel dumb. Some things just seem more complicated than necessary. 
I need to call an API to retrieve data, but the user needs to provide some values first. The API is a GET and only has query parameters, so how can I have the user submit a form and then pass values to the query params I defined on the API?
Here’s the API.
The form data will come in as POST variables. You can then bind those to your api query parameters.
So I need to define POST variables on the API?
You would define post variables in the api (the thing with all the execution steps) and in the api action itself you would use those post variables where you currently show PARAMs.
Got it. Thanks Ken! Been a while since I’ve used Wappler so I’ve forgotten the simplest of processes in it. Definitely not like riding a bike 