We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

List client UI Action not executed

Fabio Cresta
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

hvrdhn88
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

hvrdhn88
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!!