Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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