RITM state as Work in Progress if any of its task is closed complete or work in progress using FD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2024 01:15 AM
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.
This is not working.
Please help me.
Thanks,
Sam
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2024 01:43 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2024 02:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2024 04:25 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2024 02:47 AM
Hi @Mark Manders ,
It is working now.
But it is not checking if any of the sctask's state is WIP or Closed complete.
Thanks,
Sam