How to carry over an attachment from one SharePoint list to another

  • 15 April 2021
  • 1 reply
  • 109 views

Badge +6

In SP 2016, I have a list that allow users to attach a document that needs to be approved. In the Workflow Task list, I am using Nintex form to allow users to approve or reject the document. But the user is not able to see the attachment when they try to approve it

 

How do I allow users to see the attachment that the user initially uploaded? Thanks.

 

Mayank


1 reply

Badge +12

@guru2000 , try below steps:


 



  1. Using Call Web Services and Lists.asmx, get attachment collections

  2. Then using Query XML get the Attachments URLs (//defaultNS:Attachment)

  3. Now using collection and for loop, you can build the attachment URLs and add that in your task form. There is an option to add Workflow variables on the task form.


 


 

Reply