โ09-06-2023 08:03 AM
Trying to draft email alert which would have contents of list created. Need to understand if I do group mapping, it shows only 1 record wherein list have 100 record count. Greatly appreciate quick response on this.
Solved! Go to Solution.
โ09-14-2023 09:39 PM
Hi @anoop9275 ,
This is Marlon from the Support team.
You can try to drag and drop the list items on the message body. See sample below.
โ09-06-2023 08:11 AM
I'd need to see some screenshots of your recipe to understand what's happening. In what action are you trying the group mapping?
โ09-06-2023 08:15 AM
Need above list with 2 records to be written onto email body.
โ09-06-2023 08:19 AM
In the email body, try [items].to_json. It's not pretty, but it will convert the array from Ruby to JSON and you'll be able to see the contents in the email.
If you want to format them, you can create a message template that uses HTML.
โ09-06-2023 09:28 AM
Tried, shows only 1 record instead should show 2 records.