Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to replace "starts with" filter to "contains" filter in reference field in Service Catalog

Nikita Garg
Tera Guru

Hi,

I have a reference field in service catalog and when i try to search in the field, it is giving me all values "starts with" the entered string. 

But i want to search records based on "contains" filter. i.e. i want to get all the records which contains the entered string.

Please help me! 

Thanks

Nikita

1 ACCEPTED SOLUTION

Harsh Vardhan
Giga Patron

 

Correct me if i did not get your question. 

you are trying to search the value in reference variable which contains some word. 

eg: you want to get all list which contains "Access" word ? if yes then can you try this way. 

 

*access

 

eg:

 

find_real_file.png

 

 

View solution in original post

2 REPLIES 2

Harsh Vardhan
Giga Patron

 

Correct me if i did not get your question. 

you are trying to search the value in reference variable which contains some word. 

eg: you want to get all list which contains "Access" word ? if yes then can you try this way. 

 

*access

 

eg:

 

find_real_file.png

 

 

Thanks for your help!