- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 11:08 AM
Hi,
I want a change request to move automatically from Scheduled to Implement state, at the planned start date/time.
I have created a Flow to change from Scheduled to Implement state, at the planned start date/time. but in flow
Wait For Condition if not working:
In Wait For Condition I have used script in condition.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 11:16 AM
Try using the wait for duration of time Flow Logic

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 11:14 AM
I dont think wait for condition will work unless an action is performed on the record. I would suggest creating a scheduled job, which runs every hour and check if records start date is less than current date and state is Scheduled, move to implement.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 11:18 AM
No action is performed on the record I just need if planned start date/time is equal to system date/time
this should work

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 11:30 AM
As I understand, the wait for condition only work when an action is performed on the record. So I dont think it will work. Which is why I was suggesting a scheduled job.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 11:16 AM