Pass dynamic values to api input data name

I urgently need to add dynamic values to the Input Name for API requests.

Is there any way to do that, or can I manually change the input and make it dynamic somewhere in the Wappler files @patrick?

I tried it with {{mydynamicvalue}, but that did not work.

I wrote a custom extension for this so it’s not urgent anymore but it would be great if we could define the Name dynamically as well and not just the Value.

I agree. The API related components could use some polish. This is one area where Bubble still exceeds Wappler.

I also created a few posts related to the API actions on the client.

Hey @tbvgl sorry to dig up an old post, but was just wondering how you got this working? I’m running into the same issue (I’ve got to perform an API request with a name/value pair using both dynamic fields).

I wrote a custom extension for my specific use case using axios for the API request.