API Action to call external API with URL parameter?

I am loving the capabilities of Wappler! So far the documentation and community posts have gotten me well down a path, which I appreciate.

I have not been able to figure out how to set up a call to an API that has a dynamic value at the end of the URL (see example below). I have tried the API Data Source and the API Action. I am trying to get the Fetch Schema (Define API Schema screen) to work when there is a dynamic value as the end of the URL.

I have been able to get API calls to work from Wappler using both API Data Source and API Action as long as the API is static (or I hardcode the value for the {id} at the end of the URL) or has a query parameter (love the ability to test and see it work with Fetch Schema).

GET https://xxx.xano.io/dance/{id}

Any help pointing me in the right direction would be greatly appreciated!

FWIW, I have been through a number of posts/articles/documentation that talks about query parameters at the API and the App level as well as Server connect articles, but I am looking to call directly from the client to the APIs in my platform without passing through the Server connect portion.

Community Page
Last updated: