Adding a condition to a flow that does a time comparison against a variable in Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 04:40 AM
I'm working on the following flow and I need assistance in relation to the Else If If Approval has not been approved within 30 days:
I'm wanting the condition to trigger if the 'created' field is over 30 days and the Stage is 'Waiting for Approval'.
However. what I've noticed is that there is no way of comparing dates or the number of days against the selected 'created' field. What I'm wanting to achieve is that if the RITM has not been approved within 30 days that it was originally created and the Stage is 'Waiting for Approval', then it will automatically set the RITM record to Closed Incomplete. Is it possible to do this in Flow Designer?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 04:42 AM - edited 03-11-2024 04:42 AM
Hi @matthew_hughes you could.use wait for condition action to check the days from created date
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 05:00 AM
Hi @Harish KM How would I apply that?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 05:03 AM - edited 03-11-2024 05:06 AM
Hi @matthew_hughes you can use wait for condition action after if approval here you can check created date is passed 30 days (you need to put hours by checking how many hours is 30 days in duration) and then you can perform your logic
Refer below documentation
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 05:30 AM
Could the following work: