Trigger Flow Designer on spcific days in a week

joshualazzarus
Mega Contributor

Hi,

I have a Flow Designer with Trigger Condition - Daily at 8am. My Requirement is to skip run on sundays. Please help me how to configure this?. Flow should trigger all days except on sundays.

Thanks,

JR.

7 REPLIES 7

@joshualazzarus 

Thanks for marking my response as helpful.

Let me know if I have answered your question.

If so, please mark my response as correct & helpful so that this thread can be closed and others can be benefited by this.

Regards
Ankur

 

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Ed Hefford
Tera Guru

ServiceNow HI Support advise the following:

find_real_file.png

User658880
Tera Expert

I have scheduled flow which fired everyday at 8am.  I didnt want it to fire at weekends, so i created a custom Script Action, which returns the day number.  I then added this as the first step of my Flow to basically say, if this action returns <6 then its a weekday.  Not perfect, but simple.



find_real_file.png