Use update a row with aggregator

Hello

I’m learning Make and was wondering if the following could be possible?

Get daily weather forecast
Google Sheet - add a row with some information
Aggregator to obtain the average of the week
Google Sheet - update the last row
→ here is my problem : When I try to map the row from Google Sheet, I can only select the data from the aggregator.

Is it possible to map other data than the aggregator?

Thanks!

1 Like

You can use inline array functions. Like map and get. With those functions, you can select items from an array.