Hi everyone!
I’m trying to create a scenario in Make.com that pulls tasks from a Notion to-do list (which is a database) and sends reminder messages twice a day – once in the morning and once in the evening. The message should include tasks that are still incomplete.
I’m relatively new to Make, but I’ve managed to collect the data from the Notion database. However, each task is outputting as a bundle with multiple pieces of information, and I’m struggling to format the output to get just the tasks themselves. I tried using an iterator to separate the bundles, but it’s not working as expected – the iterator isn’t properly separating each bundle into individual tasks.
I’m unsure how to properly format or structure the Notion output so that I can focus only on the tasks and their completion status to send in a Telegram message.
Any help on how to approach this or advice on fixing the iterator would be greatly appreciated!
Thanks in advance!