How to parse a data to json safe in the bubble

Need urgent help if any one could connect with me in s Google meet to help
I am trying to pass a data of array to the api body but getting some error

Meeting link https://meet.google.com/hrp-izmr-orf

Instead, share screenshot of your settings in both api connector and workflow. Pretty sure your issue is that you are not using the json-safe function at the right place

Screenshot 2025-02-03 190832
this is the body structure for the api
can u tell me how to do it , this is company api which is a delete api required data in bulk

I’ve already answered you in another post.
Did you do what I’Ve tell you here?

i know but i tried still having issue

look is my api is correct ?

The first thing I tell you is to remove all space nd line return. This is not done. The second thing is that your screenshot now doesn’t look like it was before. Not the same settings/payload. So share a link to the endpoint documentation your are calling. Finally, did you test by sending the request to a requestbin or similar tool and check your JSON is correctly encoded (using something like jsonlint)


this is the same api but i have created a separate call for it and its working i am passing the id dynaically
but when i follow the parsing json ist show success message but in the payload there is nothing send to the server

look at this image

You cannot use encoded as json-safe at the end because this put everything into double quotes.
You list should only be what you have in content-tho show per list item. Since it’s an id, this shouldn’t be a problem.
However, if you want to be safe, you can do

{"displayId":This Get Banner body data's _id:formatted as json-safe}

ok trying if it succes i will close the issue

server responding

Unexpected token \ in JSON at position 19

did you try to debug with requestbin?