RITM state as Work in Progress if any of its task is closed complete or work in progress using FD

Samiksha2
Mega Sage

Hi All,

 

I have a requirement to set RITM state as Work in Progress if any of its task is closed complete or work in progress using Flow designer.

 

I tried this.

Samiksha2_0-1720599254722.pngSamiksha2_1-1720599279583.png

 

This is not working.

 

Please help me.

Thanks,

Sam

 

7 REPLIES 7

Mark Manders
Mega Patron

You are now just saying to lookup the records and update the ritm. You are just saying 'it is not working' so I have to make the assumption that the RITM just is updating, no matter what, because that's what your flow is saying.

 

You need an if below the look up: if [count of lookup > 0] and then put the update step below that.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

Hi @Mark Manders ,
That step didn't executed.

 

Samiksha2_0-1720601966264.png

Samiksha2_1-1720602032385.png

Thanks,

Sam

 

That's because it didn't return any (I just have the screenshot from your execution here, so not much to go on). If you don't have any records, which is the only thing I see, it won't execute.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

Hi @Mark Manders ,

 

It is working  now.

Samiksha2_0-1720691203868.png

But it is not checking if any of the sctask's state is WIP or Closed complete.

 

Thanks,
Sam