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 copy and paste query

kumazo
Tera Contributor

We can copy the query by using "copy query", and get the following sample query.

active=true^priority=3

Is there any way to paste this query into another instance?

 

I used the following URL, but it didn't work.

/incident_list.do?sysparm_query=active=true^priority=3

5 REPLIES 5

NS16
Mega Sage

Hi @kumazo,

 

Below URL worked for me

https://instance.service-now.com/incident_list.do?sysparm_query=active=true^priority=3

 

If it doesnot work can you explain what error you are getting?

 

Thanks,

NS