Trigger Flow Designer on spcific days in a week
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2020 02:34 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2020 04:54 AM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2021 04:00 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2022 02:07 AM
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.