Skip to main content
Nintex Community Menu Bar

Last Modification on Attachment within a List Item

  • May 17, 2017
  • 4 replies
  • 7 views

Forum|alt.badge.img+9

Is it possible within a Workflow  to loop thru all items in a list and determine if an attachment has been modified ?  My goal is to send out an email if someone modified an attachment, but I do not want to send out an email if the list properties have been modified (any column other than Atttachment)...

Ideas/suggestions ?

4 replies

Forum|alt.badge.img+16
  • May 17, 2017

Currently there's no Nintex feature or information to do this. I think that not even could do it with a SharePoint feature or information. 

You could write some code so as to get information from attachment ( See Files and folders REST API reference ) but I think it is not enough because you'd need to make some comparisons with item Modified column and the property TimeLastModified of the attached file. It's a hard work.


Forum|alt.badge.img+14
  • Scholar
  • May 17, 2017

you could consider storing of files in document library instead of attaching them to list items.

in document library you would be able to trigger a workflow on document upload or change events.


Forum|alt.badge.img+9
  • May 17, 2017

I remember a similar question being asked but can't find it.  There's not an easy way to determine if the attachment changed.  suggestion would be better.


Forum|alt.badge.img+2
  • April 7, 2022