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 action validate based on the field

XYD23
Tera Contributor

I have two UI actions on the incident form, I need to validate that filed is not blank.

I tried to do this by adding the current.filed_name != ''; in the condition of the ui action
if the field value is blank the ui actions are not visible on the form(working).
If I tried to put some value on the filed again the ui actions are not visible on the form(Not working),

can anyone help me on this?

6 REPLIES 6

Vrushali11
Tera Contributor

@XYD23 

Are you saving the record? Please save the record

@XYD23 

Did you try saving your form after making field empty then check if UI action is visible or not