My aggregator module is correctly producing the grouping and data I wanted.
The piece I can't figure out is how to reference it in the email module and keep the grouping. What I have emails blank data for the project names.
Hello,
Here are your current projects:
{{#each projects}}
- {{name}}
{{/each}}
Thank you!
Can some please share the correct syntax?
Thanks in advance!!
Frank
Views
Replies
Total Likes
Hi @FrankatMSC
you're using a text aggregator that returns - text.
Feed it into a Parse JSON module but make sure you make it a named object:
{
"some name":{{#.aggregatormodule output}}
}
@kautuk_sahni My apologies for not replying but no I was never able to get this scenario working as I wanted . I eventually switched it up to send out separate email rather than grouping.
Views
Replies
Total Likes
@FrankatMSC just checking in! Were you able to get this resolved? If one of the replies above helped—whether it completely solved the issue or simply pointed you in the right direction—marking it as accepted can make it much easier for others with the same question to find a solution. And if you found a different way to fix it, sharing your approach would be a great contribution to the community. Your follow-up not only helps close the loop but also ensures others benefit from your experience. Thanks so much for being part of the conversation!
Views
Replies
Total Likes