Trigger approval when a variable is filled in RITM form manually
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 08:58 PM
I have a catalog item that uses flow designer. When user fills out the RITM form and saves it, an approval should trigger.
It is working fine but it is taking about 5-6mins to trigger the approval. Is there any way how we can reduce the time to trigger approval?
User can check any of the choice values. Based on selection few more variables comes up and the user fills up those variables and saves the form, then approval should trigger.
The approval is triggering after 5-6 mins and sometimes it triggers after 10mins.
The wait for condition that i have designer in the Flow designer:
How to reduce the time so that approval can trigger as soon as the user fills the form and saves?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 02:37 AM
I don't think any other way.
Your flow has to wait for admins to update the checkbox because based on that your approvals are defined.
I believe this is expected behavior the flow will be in progress for that action until those checkboxes are true
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
01-22-2025 02:54 AM
Hi Ankur,
Yes that is how it is designed and working as expected but it is taking much longer time to trigger the approval. I am not sure why it is taking time to trigger the approval. It should trigger instantly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 11:19 PM
Hi @User205031
As you expect information to be filled in by fulfillers, you will get a delay via Wait for Condition. You have the options below to streamline this:
1. Automate the checkbox selection followed by filling in the other variables. This way, you can get rid of Wait for Condition and Approval could kick off instantly.
2. Get Rid of the checkbox selection process itself by replacing it with some other meaningful ways to get the required information for/via fulfillers.
3. Let the Approval be triggered parallel with the wait for condition and hold the flow to proceed until approval and wait for condition. Both the actions are not completed. This way, you can get the information populated as well as trigger the approval beforehand provided that suffice your business requirement.
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 02:17 AM - edited 01-22-2025 02:17 AM
Hi Amit,
The approvers will only approve once the RITM is updated with values in checkbox. If I go with the 3rd option , there might be a situation where the approver will approve first and the fulfillers will later update the RITM. The approver needs to review what the fulfiller has updated the form with.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 03:03 AM
Can you please share some screenshots of your flow configuration ? I want to see the placement of the approval action in your flow.
Please mark this response as correct and helpful if it assisted you with your question.