Why am i unable to send bubble input data to an endpoint?

Hello,

I have a few input fields on Bubble. I want to send them to an endpoint when user clicks on a button.

I don’t know why i am unable to send data when someone clicks on button.

Below is the API endpoint that i have created

Below is the workflow screenshot that i have created.

What wrong am i doing which is not sending data to endpoint?

Looks like you are not using dynamic values in the API call

Check out what it says above the input area 'Body (JSON object, use <> for dynamic values)

Any values you want to be dynamic you need to put the <> around them so you can use put a dynamic value in

1 Like

Hey, I have done this also and it is still not working. For testing purpose i am sending only priceUpdate logic and priceUpdate values. Other values are blank

Hey @boston85719 ,

Your solution worked. I started everything from sratch again and it worked.