5 Business days using flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2022 08:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2022 08:37 AM
Hi, Sha,
Try
businessDays.addDaysUTC(5);
return businessDays;
Hopefully, this will resolve your query.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2022 08:19 PM
Hi
unfortunately it is not done by just adding 5 days as proposed by another user here as I guess you want to exclude weekends and holidays, right? If so you need a predefined schedule with that excludes.
Unfortunately ServiceNow does not offer for Flows a function to consider schedules until now but there is an article which describes a custom action to deal with business days and schedules. Maybe it helps: https://community.servicenow.com/community?id=community_article&sys_id=79f51f7bdbc2109066f1d9d968961...
Maik