Set value for each Collection in an array

I need to get all the links that its been generate in the Text Parser, and set them as a value separatly in each variable.

But its not working, all the links are coming together, and each variable value, are coming with all the links generated.


t

To reference a specific index in an array, use the built-in function get

e.g.:

{{ get(101.array; 1) }}

For more information, see

Links

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

2 Likes