Skip to main content

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

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