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.

List and Filter Task

thmccray
Kilo Explorer

I am having the same issue as others not getting the task to validate. I have completed it several times and my boss did it once and we still get this error. I have attached screen shots showing each step. I used the List Editor to make all changes. 

 

Is the list filtered to only display active incidents? Was the list sorted so that the Priority 1-Cr...

 

 

1 REPLY 1

GlideFather
Tera Patron

Hi @thmccray,

 

your filter has a condition "State != Closed" but it shall rather be "Active == true" ;))

 

Because incident is active unless it is Closed or Cancelled. And the validation message says "only display active incidents" and with your current filter it can display cancelled incidents that are not active.

 

Replace the query from State IS NOT Closed to Active IS true. And let me know

 

Let me know if this helped

 

 

EDIT: I can see that your screenshot has a profile picture of System admin, but shall it not be under Platform user instead?

———
/* If my response wasn’t a total disaster ↙️ drop a Kudos or Accept as Solution ↘️ Cheers! */