Brevo is able to send out the email but the items supposed to be looped over and displayed in the email is not showing up at all. What did I do wrong? thanks
Please share your workflow
Brevo Template
I have a key called items in brevo template parameters
Describe the problem/error/question
I tried to loop through param.items but the final email returns empty without the content
This is the structure of the items parameters passed in, to be looped over and displayed
Hey @myhendry,
I can definitely help you with this! But first, could you please share your workflow here (with pinned data)?
- I’ll try to set it up on my end and then share it back with you,
- Along with a clear explanation of what I did to make it work.
Hmmm , as I am writing this, I actually thought of a possible solution you can try right away:
Try this Fix:
- After the
News Aggregator
node, add a Split node.
- Split all the entries using the key
output
.
- This will break the data into multiple individual items.
Once the data is split:
- You won’t need a loop.
- Just use expressions as usual…n8n will handle each item individually in the following nodes.
Give that a shot! If it works…great!
If not, go ahead and share the workflow and I’ll help you sort it out.
Hope this makes sense! : )
Thanks bro. I check it out
1 Like
@myhendry , sure my friend…
Let me know if it works for you : -)