Solved

Nintex Form Validate Attachment field

  • 5 March 2024
  • 2 replies
  • 28 views

Badge +3
  • Rookie
  • 20 replies

Hello - 

I used SP 2016 On-Premises, I would like to validate the attachments field if empty on the submit form. I used a validation rule below, but none of them are working. How can I validate if attachments empty on the submit form in Nintex New form? I’m appreciated for your help.

not(Attachments)

not({Self})

Attachments < 1

isNullOrEmpty(Attachments)

 

 

icon

Best answer by SimonMuntz 5 March 2024, 23:00

View original

2 replies

Userlevel 6
Badge +22

Hi @YV,

Validation for the attachment control is done via the control configuration.
 

 

Badge +3

Hi Simon Muntz - It works as expected. Thanks.

Reply