- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 01:56 AM
Hi All,
I have created a catalog item to Retire the CIs
User can multiselect the CI (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
Condition is Sys ID is Catalog Item list collector variable
Flow is not going inside for each loop.
Please help in this.
Thanks,
Sam
Solved! Go to Solution.
- Labels:
-
Change Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 02:01 AM
Hey,
The variable contains multiple CI sysIDs. If you want to match that in a flow designer query, you need to use "is one of" instead of "is".
Regards
Fabian

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 02:01 AM
Hey,
The variable contains multiple CI sysIDs. If you want to match that in a flow designer query, you need to use "is one of" instead of "is".
Regards
Fabian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 02:04 AM
Thank you so much.