Gethino
1
Hi everyone,
This is a fundamental question and I have been looking at this article: https://www.make.com/en/help/functions/date---time-functions
I am trying to create a filter with the condition that works only every Thursday in a scenario that runs immediately.
I am having difficulties in having this properly setup.
Hi,
Hope this will help!
You can use the formatDate function to convert the date value to day name with token dddd, and then check if the day name is Thursday
For example set the filter to check if today is Thursday
3 Likes
Gethino
3
Thank you so much! I was overcomplicating this in my head. This is a great community 
1 Like