Loop bundle for creating table for same key

:bullseye: What is your goal?

I want to sent custom emails with the data related to each token. When there’s no email send a slack message with all the rows as a table alerting there’s no email for those tokens.

:thinking: What is the problem?

It only sends the first row it finds for each key (email) or for slack it only sends the first row without an email.

:test_tube: What have you tried so far?

I have read the make help center but is not clear how to do this.

Here is my scenario

Make sure you’ve set the key bundles and Group By in your Array Aggregator Module and you’re using the array output in your Text Aggregator Module.

Google Sheets Module > Array Aggregator Module (Group by) > Text Aggregator Module (Array Output) > Router Module (2 Routes) > Route 1: Slack Module (No Email) | Route 2: Gmail Module (With Email)

Let me know how it goes!