I am trying to pass a list of cookies this [{…}, …, {…}] in an API of the Connector.
So I use this body JSON object in the API:
{
“cookies”: < cookies >
}
I can initialize the API with my list of cookies. However, when I call the API in a workflow by taking the value of a multiline input containing the cookies it returns an error … I have spent hours trying to make it work but I don’t see any solution… This kind of formatting error is really frustrating with Bubble ![]()
Any insight on this?