Hi, I’m a long-time Bubbler, but this is my first time posting. I’m hoping someone here can shed some light on an issue that I’ve had no success debugging.
I’ve just signed up for Postmark and have connected via the Bubble api connector. I’m able to create emails successfully, but I’ve run across an issue when trying to send a list of things. Here is the JSON from the API connector:
The list is “rfq_details”. Here is a screenshot of the workflow itself that is generating the list of details:
When I trigger the workflow and look in the debugger I can see that this text is being generated:
Here is the raw text copy-pasted from the debugger:
{
“lineitem”: “Teardrop Frame (240"H X 42"D; FR.2.314)”,
“qty”: “5,600”
},{
“lineitem”: “Teardrop Frame (240"H X 42"D; FR.2.314)”,
“qty”: “5,600”
}
I think the API connection is configured correctly and the text is formatted correctly because when I take this text and put it directly into the JSON (as shown below), the email sends just fine.
But when I leave the parameter blank and let it get filled programatically via the workflow I get this error:
Any help would be appreciated!
Thanks,
Blazej