How could I copy a list item, when it is created, to a document library using a workflow? Is it even possible?

If not, what would be a possible solution for getting a created list item to a document library?

link|improve this question

43% accept rate
feedback

1 Answer

I wouldn't have thought so. Instead of copying the item, could you consider adding the "Link to a Document" content type to the Doc Lib and get your Workflow to create a link back to the item?

link|improve this answer
Good idea, let me give it a try. – wahle509 Jan 5 at 15:21
How do I create a link in the document library from the list using a workflow? – wahle509 Jan 5 at 15:33
In a nutshell. Get a reference to the doc lib; Add an item to the doc lib; Change the content type of the item to be that of "Link to a Document"; Update the item; Set the link url to that of the item. Update the item to set the value. Does that help? – Howard Jan 5 at 16:11
How do I change the content type with the workflow? – wahle509 Jan 5 at 18:45
Does this post help? stackoverflow.com/questions/4489477/… – Howard Jan 6 at 8:30
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.