Formula for finding every Thursday

Hi everyone,

This is a fundamental question and I have been looking at this article: 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

Thank you so much! I was overcomplicating this in my head. This is a great community :heart:

1 Like