Skip to main content
Nintex Community Menu Bar
Solved

Attachment in sharepoint list

  • April 7, 2021
  • 4 replies
  • 56 views

Hi, i am trying to build a workflow in sharepoint using nintex to trigger email notification if an end user does not attach a file while creating a new list item.. can that be possible ? Your help will be really appriciated.

Thanks in advance.

 

Ray

Best answer by Aleximo

hey, this should work:

 

 notice that u have to do "equals = No" and not "is empty"

 

 

4 replies

Forum|alt.badge.img+8
  • Answer
  • April 8, 2021

hey, this should work:

 

 notice that u have to do "equals = No" and not "is empty"

 

 


  • Novice
  • April 8, 2021
Hi Ray,
I used a 'Submit Rule' for the 'Attachments' field IF the user selects an item that requires an attachment. (Unfortunately I couldn't figure out how to paste a screen shot to show you the details.)

Here's the formula for the IF statement: count([Form].[Attachments]) <=0.

Hope this helps!
Jan

  • Author
  • April 8, 2021

Many thanks !! It worked..


  • Author
  • April 8, 2021
Many thanks jbostic for your help. I took an alternate way proposed by Aleximo and it worked.