How to check if the Standard change created for each mrvs item has been closed through flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2024 04:35 AM
Hello,
I am creating a standard change and change task for each row added in mrvs, now I want to check once the status of each standard change changes to closed I want to update the related CI to non-operational status.Attaching screenshot of my flow for reference.
Any suggestions would be helpful!!.
Thanks
Krutika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2024 05:21 AM
Can you do a 'for each change request' wait for condition state is closed, look up ci and set the operational status?
Or a subflow to handle this, so you can re use it in other flows.
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
‎10-11-2024 05:55 AM
Hi @Krutika Valanj2 ,
You can add Wait for condition action after create task line no 6 and in the record field under wait for condition you can drag and drop your line no 5 Create Change Request Record via Data pill.
And in the wait for condition criteria you can set State is closed.
Next Step- You can add new action update record and select the respective table where you want perform CI related update.
Mark Correct if this solves your issue and also mark
Helpful if you find my response worthy based on the impact.
Regards
Moin