IF Condition to trigger workflow on "MONDAYS"

Hello All,

I would like to know the IF condition to trigger a sequence only on Mondays of every week.

Thanking you

Hi @Yugal_Raju,

Check the day as

Now.to string (“dddd”)
Then it will give the mon if that condition sastisfied then sequence will run.

Regards,
Pavan Kumar

Hi,

How about the following?

image

Today.DayOfWeek=DayOfWeek.Monday

Regards,

Hi @Yugal_Raju

Try this logic once

This is working thank you

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.