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

Show UI Action form button during choice field on change

Andrew48
Kilo Explorer

Hello Snowers,

I have a UI Action form button "Send Notification", which has to be shown only when a certain value is chosen from the status choice list. 

I have provided the condition but it is working only when the form is loading. is there a way to make this happen without saving the form and reloading it.

find_real_file.png

The UI Action i configured.

find_real_file.png

Also a clarification, does the UI action form button gets executed only during a form load?

10 REPLIES 10

Subhadip Saman1
Mega Expert

Hi, 

Looking at the UI action screen, I find you have check "Show update". So, the UI action wont be visible when are creating a new record. I will only appear for existing records. 

Also, ensure List V2 Compatible check box is set to true for the UI action. You can add it from List Layout.

Thanks,

Subhadip