I am trying to get overdue task names from Notion, iterate them through a text parser, then aggregate all overdue task name strings into one message, which will be sent to Slack.
Example Slack message format:
Here are the overdue tasks for this week:
Task 1: Overdue
Task 2: Overdue
Task 3: Overdue
Task 4: Overdue
Task 5: Overdue
Task 6: Overdue
However, when the iterator iterates 6 separate tasks, they go into the aggregator module one by one, making it run 6 times, instead of waiting for all 6 tasks, then combining into one.
Am I missing something here? feel like I am using these tools incorrectly. Let me know if my issue is unclear.
Your Source Module should be set to the module that generates more than one bundle, in your case it should be the Array Iterator, not Text parser.
If you want to learn more about Make, you can read up in the Help Center. I also recommend doing the tutorials in the Make Academy, and learn advanced skills like how to make custom apps to any API in the Make Partner Training Portal - both have certificates for successful completion.