Automating task to run 2nd tuesday of every month

Hi All, I am trying to automate a task to run 2nd Tuesday on every month. Please check the below screenshot and confirm this to be working

or should be like this below if I need this action to run once in a month on second Tuesday

I’d suggest that while the above is close, it may miss the mark in some cases. What might be better is to either leverage applicability relevance, or the ‘run only when’ constraint against a property with the following relevance statement:

(first tuesday of current month_and_year) + week

For reference, the statement above came from one of @brolly33’s Relevance Musings Blog posts.

1 Like

Something like this?

Rather than editing the Task’s relevance, you can edit the Applicability Relevance of the action itself (see the ‘Applicability’ tab from your previous screenshots). You can AND the relevance together with whatever your Task’s relevance is. Something like the following (note that in my example below, the Task’s relevance is only ‘True’):

image

That said, I do think it would be better to do this via the ‘Run only when’ constraint option.

1 Like

Understood, thank you and I will try this for sure and revert.

1 Like