We have ChatGPT creating random color names and we have a set up to separate those colors into individual values.
We’re looking for a way to add each color into a google sheets row, but looks like the Array Aggregator is not the best way to solve this, because it adds the word “Collection” into 1 cell.
How can we add each individual color to a new row?
You can map individual items in an array into fields, by using the built-in functions map & get. This is basically the “bread and butter” of arrays in Make.
For more information, see
Make Academy – learn Make and get your certificate ← CHECK THIS OUT
Basics
Mapping – What is mapping? What can I map? ← CHECK THIS OUT
Would you know how I can prevent the steps after the Google Sheet add to repeat themselves? I only need to add the multiple rows to the sheet, but only send 1 email…