SC task is creating duplicate

Smkreddy1
Tera Contributor

Hi Team,
we are creating sc task using flow designer and it's creating one task using flow PFA.

  1. Where two SCTasks are for the same request.
  2. We have worked on existing SCTasks and closed with user confirmation but again on the same RITM another SCTask is created with same request.

    Smkreddy1_0-1700137012726.png
    Smkreddy1_1-1700137050719.png

     

     

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

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]

****************************************************************************************************************

Sandeep Rajput
Tera Patron
Tera Patron

@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.