Notion Automation Submitting Row Multiple Times... Only Need 1 Submission

I have a crazy automation with a lot of different filters to extract precisely the data I need to sum, average, and count.

I want to look at a database in Notion, sum, average, and count my desired rows of data into 1 answer for each property/column.

I want 1 row in the new database that is a total, average, or count of each.

1 row only.

For some reason this particular scenario is submitting each result as 1 row entirely, so I end up with 50+ rows.

I’ve never had this happen before, so I’m wondering if I am overlooking something brutally obvious… Lol.

All of these ends are the exact same.
Array Aggregator → Set Multiple Variables

At the bottom I have 1 Get Multiple Variables → Create Datasource Item.

It works, just only need it to go once…

Thanks in advance!

Yeah cause your source module for the aggregation is the router, which isnt producing bundles, so its not aggregating anything.

You always aggregate the module producing the extra bundles, in your case, the Notion module and not the router. Change your source module everywhere.

1 Like