Skip to main content
Nintex Community Menu Bar

Nintex form SPO Attachment control rule

  • October 24, 2022
  • 1 reply
  • 67 views

Hi All,

 

I have an attachment control on a SPO list form in Responsive designer. I am trying to add a rule to the control to invalidate the form if there is no attachment. So if a user chooses a specific value in a different control, then this attachment control should be considered for validation, if not then it should be ignored. I tried a bunch of formulas in vain. The attachments item properties is null as it's a new field and there is no value.

 

I see a {self}
 in Named controls. How do I use this to check if there is an attachment uploaded or not. Below doesn't work:

 

{self} == FALSE

{self} ==""

 

Any help is appreciated.


 

1 reply

SimonMuntz
Nintex Employee
Forum|alt.badge.img+23
  • Nintex Employee
  • November 3, 2022
Hi,

I had a look at this and I do not think it is possible to implement this functionality in responsive forms. You may want to try a new responsive form instead.