Hi, I have an array [1,2,3,4, ...] and I am using the iterator to add these numbers. Ex: 1+2, then 2+3, 3+4, and so on. Right now, after each addition, it passes the results to a Google Sheet. The problem is, I have thousands of these additions, so it would cost lots of "tasks" each time a result is added to Google Sheet.
My question is: is there a free task where I can store each result into an array, then when all the calculations are done, I can pass those results to Google Sheet in one try? This way I can minimize the number of tasks.
Here's a brief explainer video: https://www.loom.com/share/1c3173351dd44e2f82e7d534ef848d7f
Thank you,
Nick
My question is: is there a free task where I can store each result into an array, then when all the calculations are done, I can pass those results to Google Sheet in one try? This way I can minimize the number of tasks.
Here's a brief explainer video: https://www.loom.com/share/1c3173351dd44e2f82e7d534ef848d7f
Thank you,
Nick