Loop in flow designer for Catalog item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 11:51 PM
Hi,
I have a requirement with the catalog item that needs to be build using flow designer
Step 1 : create catalog task(first)
Step 2 : Once the catalog task is closed trigger approvals
Step 3 : a. Approval - approved >Step 4: create second catalog task
b. Approval - rejected > Step 5: open the first catalog task and continue with Step 2
please help me with this requirement how to loop back to the previous actions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2023 01:14 AM
You can give a try to the flow logic "Do the following until" https://docs.servicenow.com/bundle/vancouver-build-workflows/page/administer/flow-designer/concept/f...
Also, you can even create sub-flows to achieve this.
Thanks & 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
12-27-2023 02:35 AM
Hi @kaveri Shinde10, You can try with "Do the following until" flow logic and then set the SCTASK state to Open.
Regards,
Sunil