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.

UI Policy Actions list not visible

swethachunduri
Kilo Contributor

Hello,

I'm trying to hide a form section when a certain condition is met. I created a UI policy and saved it but the UI policy actions list is not being displayed upon saving. I'm using the latest patch of Helsinki. How can I resolve this issue?

Thank you.

Regards,

Swetha Chunduri

21 REPLIES 21

Abhinay Erra
Giga Sage

As I mentioned open the browser console, that will give you a clue


xiaix
Tera Guru

So get this... I had same issue:

(1) Form sections

find_real_file.png

(2) UI Policy script

find_real_file.png

(3) Console log

find_real_file.png

 

But then I did this...

find_real_file.png

reloaded the form, and got this in the console:

find_real_file.png

 

Doh!  I need to use lowercase and without special characters!

New UI Policy script

find_real_file.png

 

Bam, sections are hidden!