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 client UI Action not executed

Fabio Cresta
ServiceNow Employee
ServiceNow Employee

Hi All.

I'm trying to defined a List UI Action.

As starting point I need to check if the user selected more than 1 item and if yes display a message.

I attach the screenshot of the UI Action.

Regardless how many items I select, by clicking the button nothing happens.

Ant suggestion?

Thanks

Fabio

 

FabioCresta_0-1700583288591.png

 

1 ACCEPTED SOLUTION

Harsh Vardhan
Giga Patron

Hi @Fabio Cresta  You missed the function bracket () in onclick field. 

it should be like test()

 

View solution in original post

2 REPLIES 2

Harsh Vardhan
Giga Patron

Hi @Fabio Cresta  You missed the function bracket () in onclick field. 

it should be like test()

 

Thanks, I was getting crazy just for that stupid mistake!!