How to check if the Standard change created for each mrvs item has been closed through flow designer

Krutika Valanj2
Tera Contributor

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

 

flow.png

 

2 REPLIES 2

Mark Manders
Mega Patron

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

Moin Kazi
Kilo Sage
Kilo Sage

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.

 

MarkMoinKazi_0-1728651248240.png Correct if this solves your issue and also mark MoinKazi_1-1728651248243.png Helpful if you find my response worthy based on the impact.

 

Regards

Moin