Iteration over multiple Arrays

1. Put the top-level “conversations” array in an Iterator module.

2. Use the “join” built-in function to combine all the messages

Assuming module [2] is the Iterator module, e.g.:

{{ join(2.messages; newline + newline) }}

or if you want HTML format for emails:

{{ join(2.messages; "<br><br>") }}

For more information, see the function documentation in the Help Center.

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

General

Help Center Basics

Articles & Videos

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

1 Like