How to copy attachment from one sharepoint list to another ?
-
Tuesday, July 19, 2011 6:07 AM
Hi,
We have 2 custom lists. We have attached an SPD workflow to the first list which strats on new item creation & creates the same item in second list through CREATE LIST ITEM activity. But the only problem is... its not copying/creating the attachment. All the other fields are fine & getting created in the second list except attachment.
We also tried COPY LIST ITEM activity. Its working but there are some limitations. i.e. both the lists should have same number & name of columns.
Is there any out-of-box trick to copy attachment from one list to another ?
We are using MOSS 2007 & SPD 2007.
Thanks in advance.
- Brushaketu
- Changed Type Mike Walsh FIN Tuesday, July 19, 2011 6:28 AM q
All Replies
-
Tuesday, July 19, 2011 6:38 AM
You cannot copy attachments using SPD Workflow, however you could achieve this using Visual Studio workflow.
Alternatively, you could also try the following tool from CodePlex,
--Cheers- Marked As Answer by Xue-Mei Chang-MSFTModerator Tuesday, July 26, 2011 1:21 AM

