Creating a flow that looks for duplicate tasks' descriptions

Runel
Giga Expert

Background:  There's a flow that creates Demands (Parent) and Demand Tasks (Child).  This same flow has a loop that re-creates a DMNTSK under the parent when the state is Closed Incomplete.  That new DMNTSK's Short Description already exist under the parent/DMND.  The flow does not make distinction between first and subsequent tasks containing the same name/Short Description.

 

I need a flow that can identify duplicate tasks under the parent and flag them as rework.

 

Runel_0-1727286980200.png

 

Runel_1-1727286994284.png

 

1 ACCEPTED SOLUTION

ursnani
Giga Guru

Try to get the Count of Record under the Parent,
If Count is 1 then orginal Task, if Count is greater than 1 the its a Rework Task

 

Please Mark my Answer as correct if its Helpful

View solution in original post

3 REPLIES 3

ursnani
Giga Guru

Try to get the Count of Record under the Parent,
If Count is 1 then orginal Task, if Count is greater than 1 the its a Rework Task

 

Please Mark my Answer as correct if its Helpful

@ursnaniI tried this and it did not work.

 

Runel_0-1727354750835.png

 

Here's the working flow.  Thank you @ursnani!

 

Runel_0-1728304239489.png