Time Validation in the Approval Step.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2025 07:41 AM
Hello everyone! Hope you're doing well.
I need some help with a question.
I developed a Flow with multiple approval steps. In one of them, if the responsible group doesn’t approve within 90 days, the Flow creates a new approval for another group and marks the previous one as No Longer Required.
Has anyone dealt with something similar?
If so, could you help me figure out how to implement this validation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2025 09:25 AM
Hello
You can do this in two ways:
1. By scheduling the event for 90 days from the time of approval record creation.
2. Create a schedule job and add a query to check approval records created before 90 days and your approval for.table and state.
If the state doesn't change to no longer required, trigger the next level approval in the flow.
Thanks