The CreatorCon Call for Content is officially open! Get started here.

In Glide Lookup Operation in RTE, is there any way we can add filters like contains?

Juhi Batra1
Tera Contributor

HI Everyone,

In Glide Lookup Operation in RTE, is there any way to add filter conditions like 'contains'. 
I have a requirement to lookup for resource_id and discovery _source where discovery source can be (sccm or sg-sccm). What is the purpose of this operation group. Can this be used for solving above requirement?

find_real_file.png Also I tried gliding using normal script but getting "Unexpected IOException (of type java.io.IOException): java.io.IOException: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Direct self-reference leading to cycle (through reference chain: com.snc.cobject.ComplexObjectCollection["namespace"]-" Error.

Script is mentioned below

find_real_file.png

Please help in solving above requirement.

Thanks & Regards,
Juhi Batra

2 REPLIES 2

Kristen Ankeny
Kilo Sage

Are you trying to use this to determine if the imported data overrides the existing values for the CI? If so, you would be better off using Reconciliation Rules to control this.

Hi Kristen, Thanks for your reply! My requirement is to check the existing value of install status and transform the imported data based on existing value. For eg If the existing staus is 'Missing' then check for imported 'lasthwscan < 90' then update status to 'Active' else keep the value as 'Missing'.