Moving documents from one folder to another at the same time

Certified Senior Developer

Hi All,

I'm trying to move some documents from one folder to another by using a process model that runs once a day, I'm trying to use the Move Document smart service but it only lets you move one at a time. Can someone give me some feedback or alternatives? maybe I'm implementing it incorrectly

thanks in advance

  Discussion posts and replies are publicly visible

Parents Reply
  • +1
    Certified Lead Developer
    in reply to Maria

    If you click the "Other" tab in the node's configuration, you can select "Automatically run multiple instances", then select to run it once for each item in the (array type) PV containing references to the documents (or document IDs, either will work).

    Then in the Data Input tab you can just reference the Document List PV, and the node is smart enough to iterate over the items found in that list one-by-one.

Children