I am trying to make a CSV file with not only headers but a first column with names of values.
What I need is to get a “name” of an array while iterating. I was trying to use one of older tutorial found here on community but with no success. I dont know what I am doing wrong. Any idea how Can I iterate through array names in the collection ?
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 —
It took my some time to understand what is happening with the array which contained 3 more arrays. I was thinking that after iteration I will get one of these arrays, but it turned out I had to pick one (first) anyways. Thanks