Iterator, Aggregator, Text aggregator (for one of the arrays to show properly)
Send notification to Slack.
I have a filter that checks the date and compares it to today’s date and if the date is same, I want notification to be sent in the Slack.
Scenario works perfectly when I test it with “Run Once” if the event was previously updated.
My issue is following: My scenario runs every morning 6 AM. If I have an event added in Notion with todays date and the scenario run yesterday and the filter didn’t go through (because the date was today), then it can’t find the database item today as it wasn’t updated after yesterday.
How I can make it run and check DB items in Notion even if they weren’t updated?
Do you want to look for pages whose “Time” equals “today” (i.e., not including time), or “now” (i.e., the current time)?
If generic today, you may use formatDate({{now}};YYYY-MM-DD).
Else, your current filter setup is ok and it means there are no pages in Notion whose Time property value equals the current time of the scenario run