How to make a list field required - isNullOrEmpty() not working

  • 15 January 2021
  • 1 reply
  • 17 views

Badge +6

I am in SharePoint 2016 and using Nintex forms. Want to make a field required and prompt the user a message. Do NOT want to make the field required in SharePoint list.  I created a validation rule on the save button and also on the column field itself.  isNullOrEmpty(fieldname) is not working. 

 

What are my options? Thanks a bunch.

 

Mayank

 

 


1 reply

Userlevel 6
Badge +22
Hi,

Add the validation rule to the control that needs to be validated.
When adding the field name to the rule do not type it in, add it from the named controls or use {Self}.

Reply