The queries are made through the API Connector plugin and work when I pass the same parameters “P2299” and “02/07/2024” in the test connection of the plugin’s endpoint. Returning the expected values as shown in the image below:
If you can, activate the capture response header and the include errors checkbox.
Reinitialize API Connector and Update your workflow (because this will add “body” to the body response key). Once it’s done, run the WF an in inspector, check the body’s raw data (and post a screenshot here)
Now let’s try to debug:
create a requestbin.com and send the request from API Connector (be sure this one is working when you send it to API)
Run the WF
Compare both results
Not sure if this matters for your situation, but Bubble typically displays the date in the American format. 02/07/2024 = February 7th, 2024. Are you passing it along in the format that you need to pass it along in?
In your API connector, you are sending the date the other way around.
Not sure if that will make a difference. Hope it helps.
Yes, this happened in the earlier versions of the application, but I have made corrections to use the dd/mm/yyyy format and ensure it is properly used in the endpoint query.