create one flow for same catalog item.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2023 04:46 AM
After submitting catalog item need to go to the one group approval, after that user approval. If Approved create catalog task. If Rejected close the RITM.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2023 05:00 AM
Hey @yaswanth123 this is a very simple use case in Flow Designer. For your Trigger select Service Catalog and in Actions make sure to use the Service Catalog actions.
Feel free to drop back screenshots of your attempt and we can help out 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2023 05:01 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2023 09:06 AM - edited ‎07-27-2023 09:07 AM
Yeah that looks good. And in your IF branch, when Approved you can also add the Creation of a Catalog Task. You just simply drag the Requested Item Record data pill into it, and it knows when it creates the Task, its connected to the RITM 🙂
Also don't forget about stages. You can add stages to the Flow, so when the user is looking at in , say a portal, they can quickly see the stage of the request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2023 05:01 AM
Hi @yaswanth123
Follow the steps -
Navigate to "Flow Designer" in ServiceNow.
Click on "Create New Flow"
Drag the "Catalog Task" trigger onto the canvas. This will be the starting point of the flow.
Configure the "Catalog Task" trigger to listen for the specific catalog item you want to use in this flow.
Drag the "Approval - Group" action onto the canvas after the "Catalog Task" trigger.
Configure the "Approval - Group" action to specify the group that needs to approve the catalog item. You can set the approval criteria based on your requirements (e.g., all members of the group must approve).
Connect the "Catalog Task" trigger to the "Approval - Group" action.
Drag the "Approval - User" action onto the canvas after the "Approval - Group" action.
Configure the "Approval - User" action to specify the user who needs to approve the catalog item.
Connect the "Approval - Group" action to the "Approval - User" action.
After the "Approval - User" action, add a "Decision" element to the flow.
Configure the "Decision" element to check if the approval is "Approved" or "Rejected".
If the decision is "Approved," add a "Catalog Task" action to create the catalog task. Configure the "Catalog Task" action to specify the catalog task template and any necessary variables.
If the decision is "Rejected," add a "RITM - Set State" action to close the RITM. Configure the "RITM - Set State" action to set the RITM state to "Closed."
Connect the "Approval - User" action to the "Decision" element, and then connect the "Decision" element to the appropriate actions ("Catalog Task" or "RITM - Set State").
Save and publish the flow.
Please, don't forget to mark my answer as correct if it solves your issue or mark it as helpful if it is relevant for you!
Regards,
Tushar