Cant find the rest of my Arrays

Cant find the rest of my Arrays, when i open the next module.

As you can see in this screenshot:

There about 10 arrays, but when i go to the next module. I only see 1 of them:
Scherm­afbeelding 2024-08-10 om 20.24.20

What’s going on and what do i need to do?

Welcome to the Make community!

When you see an ARRAY, think ITERATOR.

You need an iterator module, otherwise if you want to map all the array items in the same operation, see Mapping with Arrays in the help centre.

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

@samliew

1 Like

The problem is, i just see 1 option…

Scherm­afbeelding 2024-08-11 om 19.48.33

You will have to map the array variable in the Iterator module.

This is covered in the Make Academy.

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

Hi @samliew tried this, without succes:

{{map(3.organicResults.url; it.url)}}

Need a bit of help.

The first parameter of the map function must only contain the ARRAY.

{{ map(3.organicResults; "url") }}

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

@samliew

2 Likes