- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 02:39 PM
Hello community members,
I was able to find some hints to this problem, but nothing specific in these forums.
I have created a catalog item which has a List collector pointing to the CMDB_CI_Servers table which allows the end users to select multiple servers.
The goal here is to send out the approvals for each of the server owners (owned by field) which is populated in the CI once the request is submitted.
I have attempted to do this via flow designer and my limited knowledge of scripting but with no success (see below).. Appreciate any assistance you can provide..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 08:39 PM
why are you using script in conditions?
Why not use Lookup with condition as SysId = Dot Walk from For Each
Something like this, please enhance
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 10:01 PM
Thank you @Ankur Bawiskar this solution was exactly what I was after and works as expected.