- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2025 01:00 PM
I have a requirement to perform an action on changes if certain criteria is not met on changes. Whats needed is to check today at 9:00 if changes that will be implemented today are not ready for CAB to automatically reschedule them. I have that part figured out. However, included in that needs to be changes that are planned to be installed tomorrow prior to 9:00 need to be rescheduled as well.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2025 07:14 AM
Try to add one more condition
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2025 01:12 PM
You may need to put 'hour','10','LE' in double-quotes instead of single quotes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2025 03:45 PM
How are you doing this now? Flow designer? You could achieve your ask with flow designer through the Look up records flow action (using your criteria) and a For each loop (passing in the Look up records data pill... e.g. for each record in the look up records search). Inside the for each loop, you'd do something like Update record and you can update the date.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2025 07:10 AM
Currently just running a scheduled job to query changes when the meetings starts and as I mentioned it takes care of the changes for "Today" but cant capture "Tomorrow's" changes before 9.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2025 08:50 AM
Gotcha. Can you share the script you're using? Are you open to trying a flow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2025 11:30 AM