SC task is creating duplicate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2023 04:18 AM
Hi Team,
we are creating sc task using flow designer and it's creating one task using flow PFA.
- Where two SCTasks are for the same request.
- We have worked on existing SCTasks and closed with user confirmation but again on the same RITM another SCTask is created with same request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2023 07:23 AM
Hi @Smkreddy1
I am not a developer but i think your if statement is not fully closed or you did not set the stages. Please have a look OOTB Flow and just check. I am sure you can crack it easily.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2023 08:20 AM
@Smkreddy1 Since your flow is creating a Catalog Task, it seems that the same flow is getting attached to the Catalog Task created on Step 43. Which is causing the flow to create duplicate task. I urge you to have unique trigger condition on the flow which should exclude triggering the flow for task created on step 43.
Hope this helps.