Hello,
I use make to automate my Notion space.
In a scenario, I want to make a slack notification when this is the birthday day of our employees
The birthday date is registered in a notion database in format YYYY-MM-DD
So i’m failling to filter all bundle where the MM-DD matching the day today.
Thank you very much for your answer.
Best,
Are you formatting the date from Notion to be MM-DD to compare to today (also formatted to MM-DD)?
If you can include a screenshot of your filter, that would be helpful ![:slight_smile: :slight_smile:](https://emoji.discourse-cdn.com/twitter/slight_smile.png?v=12)
2 Likes
Hi Michael,
This is what i tryed to do …
![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/2X/e/e354933dcf34cf42699e07ab5c046022dff8887f.png)
If you scroll down on the dropdown menu, there’s an option for date/time conditionals instead of text contains. Try that instead
1 Like
I update with that :
![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/2X/6/6a1c02fa020e6cf397f0a78008802fe60fc21ec4.png)
and i have this error
![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/2X/f/faa3df93e83fc2cbbe7eb20d20745ba55bb0a01c.png)
As documentation say that formatDate return value type is Text so i’m supposed to use text operator !!??
I do not have any error yet as i had a typo issue in my previous update. Here is the filter now
But still not working enven i have a 08/03 on my filter input bundle
![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/2X/a/a81da21b4d762ba546d75589a5d542b74f956279.png)
Any log anywhere to debug ?