How to map values inside a collection that's inside an array?

To do this, you can use these built-in functions:

  • map
    map(complex array; key; [key for filtering]; [possible values for filtering separated by a comma])

  • join
    join(array; separator)

These functions may have also been covered in the Make Academy tutorials — refer to the Make Academy Course Overview for more info.

Here’s an example of how you can use these functions together:

{{ join(map(1.data.properties.tags.multi_select; name); ",") }}
(copy-paste the above into the field, or type it exactly as shown)

For more information, see Mapping with Arrays below:

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 —

Getting Started

Help Centre Basics

Articles & Videos

Hope this helps! Let me know if there are any further questions or issues.

@samliew

1 Like