Combining two links from one array

Welcome to the Make community!

You’ll need to use the built-in map function

{{ map(array; "Src") }}

Then in each column you can use the get function

{{ get(array; 1) }}

{{ get(array; 2) }}


Links

Here are some useful links and guides to help you get started and learn more on how to use the Make platform, apps, and app modules —

General

Help Center Basics

Articles & Videos

3 Likes