How to trigger the approval to CI approval group in change using flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
How to trigger the approval to CI approval group in change using flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @Yakshitha ,
To trigger approval to the CI approval group in a Change record using ServiceNow Flow Designer, you typically do the following:
Identify the approval group from the associated Configuration Item (CI) on the Change. This is usually a reference field on the CI record (like "change_control" or a custom support group field).
Use a script or a subflow in Flow Designer to collect the approval group(s) related to all affected CIs for the change. This can be done by querying the "task_ci" table for all CIs linked to the Change, then extracting their approval or support groups.
Once you have the approval group(s), use the Flow Designer's "Ask for Approval" action targeting these groups. Ensure the approval record is linked to the Change request itself, not the group.
Handle cases where no approval group is found by specifying a fallback approver group (like "Change Admins") to avoid approvals being skipped.
Key considerations:
The approval action must send approval requests on the Change Request record, not directly on the Group record (which causes errors).
You may need to use a script action inside the Flow to gather groups dynamically based on affected CIs.
You can also leverage Change Approval Policy flows if using them, but manual approval in Flow Designer requires the "Ask for Approval" action configured correctly.
You may find below thread helpful:
- https://www.servicenow.com/community/itsm-forum/how-to-trigger-an-approval-to-group-through-flow-des...
- https://www.servicenow.com/community/developer-forum/how-to-ask-for-affected-ci-support-group-approv...
- https://www.servicenow.com/community/cmdb-forum/is-there-any-option-to-trigger-approvals-based-on-se...
If it is helpful, please hit the thumbs button please mark the answer as correct based on the impact!!
Kind Regards,
Shaik Mohammed Mustaq
