Iterator output not showing all when i try to connect google sheet module add row

Hello guys,
I have this problem, i have results in my iterator. There is data output as you can see below.

But when i try to link the output to the google sheet, there is only 1 output showing.

is there any problem in my scenario?

Welcome to the Make community!

When you Iterate an array, you are splitting them into multiple operations.

So you can no longer select/map all of them in the same operation (row).

To resolve this, delete your Iterator module.

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

@samliew

Hi Samliew
I have already removed the iterator…
but still, only 1 array is showing…

Even thoug i have multiple arrays output from aggragator

Now you need to use the map-get functions combo to put each array item’s answer into their respective field.

{{ get(map(18.array; "answer"); 1) }}
etc.

For more information, see Mapping with Arrays

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