Solved

Attachment in sharepoint list

  • 7 April 2021
  • 4 replies
  • 16 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

icon

Best answer by Aleximo 8 April 2021, 09:53

View original

4 replies

Badge +8

hey, this should work:


 


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


 



 

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

Many thanks !! It worked..

Many thanks jbostic for your help. I took an alternate way proposed by Aleximo and it worked.

Reply