How to retire Configuration Item using Flow Designer

Samiksha2
Mega Sage

Hi All,

 

I have created a catalog item where there is a field - Select CIs(List collector- cmdb_ci table).

When user select the CI/CIs then it will ask for approval and then the operational status of the selected CIs will set as Retired. 

I created a Flow Designer,

after approver approves it will go to the Look up records 

Samiksha2_0-1719390834178.png

 

sys id will be the list collector value

then i am added for each loop .

Samiksha2_1-1719390852972.png

 

But flow is not going inside for each loop.

 

Please help in this.

 

Thanks,
Sam

 

5 REPLIES 5

Mark Manders
Mega Patron

Did you check the output of step 5? Are there results to update? What is step 6? What is the result there? Looking at what you do provide, it seems like there is an if in step 6 that doesn't return anything.

Check the executions what the input and output of the steps are. We are missing information to help and can only point you to where to look.


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

Hi @Mark Manders ,

In the look up records im getting sys id of the selected CIs.

 

Thanks,
Sam

OK. And my other questions? What is step 6, what are your results? What do the flow executions say? 

If you are returning sys_id's while you were looking for CI's in your step 5, there may be something wrong there, but you aren't sharing enough information to check on that.


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

Hi @Mark Manders ,

Here is my Flow designer.

Samiksha2_0-1719390133719.png

 

Samiksha2_1-1719390493735.pngSamiksha2_2-1719390512389.pngSamiksha2_3-1719390543723.png

Samiksha2_4-1719390561251.png

 

But the flow is not moving to For each loop.

 

Thanks,

Sam