Get params in json

in the bubble I have a json as shown in image 1…

I can inform parameters by putting “” and “” using “< >” as shown in image 2…

done that, in a text input_name if I put its value as Anna and text input_age 38

my question:

how do i inform the value of an input in wappler for a json value?

my json that its value was “” and “” will be the value I passed in the inputs

For the bulk of tasks, you should select the lightning bolt and select your desired binding.

You are showing an API connector in Bubble, which is the API action in Wappler.

You can see that Wappler will insert using {{ }}

{
  "name": "{{name}}",
  "age": ""
}

ok, thank you very much, I will try it :handshake: