Skip to main content
Nintex Community Menu Bar

Sharepoint 2016 How to make attachment required based on drop down selections

  • October 2, 2019
  • 3 replies
  • 21 views

Forum|alt.badge.img+1

How can I make an attachment required based on a couple of drop downs.  The attachment is hidden in a panel and it appears when a couple of drop downs get selected.  The drop down choices are read from customs lists.  Any help would be appreciated, thanks.

3 replies

Forum|alt.badge.img+9
  • October 2, 2019
Create a form rule as follows:
if dropdown1 is filled and dropdown2 is filled
then fileupload required Yes
else fileupload required No

Forum|alt.badge.img+1
  • Author
  • October 2, 2019
Thanks for your reply, I'm fairly new to this, what would be the commands?

Forum|alt.badge.img+12
  • Scholar
  • October 2, 2019

@Clozoya ....are you using Nintex forms? If so then did you check the properties of attachment control? In validation, there is an option of minimum attachment. You can use run time functions (If function) to set min. attachment's value based on the drop down choice.