j113
April 9, 2022, 2:23pm
1
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
j113
April 12, 2022, 12:12pm
3
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
j113
April 12, 2022, 12:55pm
4
Hey @boston85719 ,
Your solution worked. I started everything from sratch again and it worked.