- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 07:24 AM
I am doing a lookup from List Collector using sys_id. Flow Sees the IDs selected, however its not finding them in the tabe. Any suggestions? Let me know if you need more of the flow.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 07:51 AM
Hi there,
The condition looks a bit odd. I wouldn't expect sys_idLIKE (like = contains), I would have expected sys_idIN (in = is one of). Sys_id contains and then two sys_ids with a comma, that wouldn't realistically match right?
You can also verify yourself on the list of that table, though I guess you will face the same outcome.
So try to change the condition.
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 07:51 AM
Hi there,
The condition looks a bit odd. I wouldn't expect sys_idLIKE (like = contains), I would have expected sys_idIN (in = is one of). Sys_id contains and then two sys_ids with a comma, that wouldn't realistically match right?
You can also verify yourself on the list of that table, though I guess you will face the same outcome.
So try to change the condition.
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 08:06 AM
Thank you that was it. "Is one of"