Add custom rule in ask for approval action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2025 01:20 AM
Hi,
I have added a custom state "Return to previous approver" in apprvoal table. In OOTB action, it only have approval and reject options. How can I handle this action in ask for approval action?
- Labels:
-
Human Resources Service Delivery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2025 02:18 AM - edited 07-16-2025 02:18 AM
Hi @Community Alums ,
Below table are my use case, so OOTB can't meet my requirement.
Action | Flow |
Approval | Go to next flow |
Reject | Close case |
Return to previous approver | Go back to previous flow |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2025 02:32 AM
Hi @Peter Xiang ,
As Ankur suggested stick to the OOB functionality, this will create a lot of technical debt and issues if ServiceNow changes any functionality in future.
However, you can propose that when someone reject instead of closing case, go back to previous flow (only few attempts).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2025 02:09 AM
not possible.
Please adhere to the out-of-the-box (OOTB) process to minimize technical debt and ensure maintainability.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2025 02:22 AM
Hi @Ankur Bawiskar ,
Here is my requirement, do you have any ideal handle this situation?
Action | Flow |
Approval | Go to next flow |
Reject | Close case |
Return to previous approver | Go back to previous flow |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2025 03:29 AM
Why not do this?
1) add a custom field on Approval Record of type checkbox and let the Approver select this checkbox "Return to previous approver?"
2) your flow will wait for 3 things Either Approved, Rejected or This checkbox
when it's approved -> it proceeds
when it's rejected -> case closed
when checkbox is checked -> you trigger approval again for the previous Approver
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader