Empty Array in Post Request Body - API Connector

Hi - I’m trying to call a POST request with a dynamic array of values in the API request body. How can I pass an empty array from API Connector? If I leave it empty in API Connector form it throws an error. When I run the same API in Postman with an empty array it returns the correct result.


This is how I am passing empty array in Postman.
Screenshot 2023-07-28 at 5.59.01 PM

Are you usin JSON body? Can you share all the call screenshot?

Here you go.

Do you have header for Content-type ?

Yes

I don’t see any issue, but you can test by sending the request that work from postman to requestbin.com and do the same from Bubble and compare.

Hi,

Try to enable allow blank to the parameter ,

I tried by keeping it an empty array as well.

Hi I am having the same problem, did you find any solution to pass empty value?