Request for approvals from a catalog containing a List collector of servers

AbbasP
Tera Guru

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..

 

AbbasP_0-1741214222514.pngAbbasP_1-1741214266982.png

 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@AbbasP 

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

AnkurBawiskar_0-1741235957546.gif

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

5 REPLIES 5

Thank you @Ankur Bawiskar this solution was exactly what I was after and works as expected.