I’ve run into this on more than one app so it’s time to post.
I typically build an API call in Postman to make sure it works before trying it in bubble. Then I try it in bubble with no params set (it usually works), then I try to break down the params before implementing it in my bubble app.
What is happening though, is when I go to convert my value pairs to params, the API call fails. Even when everything looks 100% right.
See my sample app, which only has the API Connector plugin and two calls, a test call with the full API call in it, and my real call, which I had tried and failed to break down into params. Any idea what is happening here?
Yes, I used that button. It’s because you’re using query parameters which the bottom built-in “form” is for, although you can also keep everything in the endpoint url. However, if those parameters were specifically url parameters, then they’d need to stay up there.