Basically i have the brevo integration working the workflow is set as a backend workflow. here is a breakedown of the flow.
First i have a list of vendors who sell various types of wines so whenever my users get into the application they can select and add several items to the cart. This are storde under the order items basically a cart with deatils of each item select.
On the click of a button submit, i am scheduling a backend workflow where i make changese to a vendor incart and set it to nothing first, (The button submit is clicked after the current user adds items to a cart which is a list of order items that come from diffrent vendors) the api workflow i am scheduling is on the vendors which loops through each vendor creating a separate order for each vendor and a seperate order id for each order too. then an email is sent through brevo for each order placed. On brevo’s template, i have a table created through html code and the table is expecting some parameters from bubble.io “brevo send eamil with template” the items i am trying to pass is a list of order items from a create order previous step in the backend workflow. To pass the list i have formated it as text as shown on the screenshot below,

I will appreciate any one with any insights.