Zoho - Aggregate data

scenario-part-1-blueprint.json (223.7 KB)
scenario-part-2-blueprint.json (114.8 KB)
I’m trying to send multiple line items to a Zoho CRM as a draft proposal, it seems to work when I hard code an example into the HTTP module, so from that point it feels like it is doing its thing.

However, this scenario is only passing in 1 line item to zoho. I can’t figure out how to combine them as one, I used a set variable because Zoho needs that exact structure in the variable.

This build comes in 2 parts, first I get form data and send to make as a DataStore, then in the second scenario I get that data based on the form ID and send to Zoho.

Maybe this could be one scenario? not sure, but would appreciate some help here please.