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:
What’s going on and what do i need to do?
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:
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
The problem is, i just see 1 option…
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 —
parseDate
| tokens for formatDate
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
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