Operation Efficient Way To Combine Multiple Collections

You can just do it directly in Google Sheets cell field:

You can use the built-in function map and join

e.g.:

{{ join(map(1.messages; "content"); newline) }}

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