How to check the day

Hi, My Process should run from Monday to Friday, in addition to that i have to check if it is tuesday, i have to run one more process. I am trying to check the condition in “Flow Decision” but i getting error that dayof week cannot be converted to boolean, can anyone help me, how to check that condition in FlowDecision. Thanks

@nagini.pragna

Try below expression in IF activity.

            Now.DayOfWeek.ToString.equals("Tuesday")
1 Like

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