How to move all repeating table rows in form library into document library using workflow?

Answered How to move all repeating table rows in form library into document library using workflow?

  • Monday, April 16, 2012 5:33 AM
     
     

    Hi All,

    I want to move all repeating table rows in form library into document library using workflow.

    Please provide me some sample code,links or examples.

    Please help.

    Thanks

    Balaji


    • Edited by Balaji More Thursday, April 19, 2012 10:31 AM
    •  

All Replies

  • Monday, April 16, 2012 9:58 AM
     
     Answered

    I think you need to use a Coded workflow for it.

    Create a workflow, iterate through the list and check whether the item is duplicate.

    If duplicate, create a new SPListItem and insert into the document library. (plus delete from existing list)

    If you need samples please let us know.


    Resolving n Evolving in C# (http://jeanpaulva.com)



  • Monday, April 16, 2012 10:05 AM
     
     

    Thanks for reply.

    Sure,

    I need a samples.

    Thanks

    Balaji