I have an API workflow that is posting data to an external endpoint and my bubble logs seem to tell me that the parameters im sending are resolving to values but when I check the logs of the service I’m sending the request to, the body appears to be empty.
I suggest that you first test using a requestbin.com. Inspect the call to be sure everything is correct and see if the issue is from Bubble or from the API service. It will help you investigate this
Exactly. You need to choose one. I think you can set a Querystring (checkbox) and it will work or set the query directly in the url and it will work too.
ya, sort of a duh moment after the fact – sooo, why do they have the ability to do both I wonder? is it so you can form more complex objects using raw?
feels like you should have to choose your option first so end user can’t do something like this