Skip to main content
April 23, 2022
Question

Add Documents to ZIP

  • April 23, 2022
  • 9 replies
  • 2 views

Can someone explain how to configure the "Add Documents to Zip" node? I just want to add the selected images to zip file. Thank you.

    9 replies

    April 23, 2022

    here is the process model that I'm going to use  "Add Documents to Zip".

    vincenzor8745
    April 23, 2022

    It's simple:

    "base document": The document to base the new document on. All files in the base document will be part of the new document. Any files that match documents being added will be replaced.

    "Create new document": Wether to create a new document or a new version of a document.

    in "New Document Name" and "New Document Desc" place the name and the description of the file zip created.

    in "Save In Folder" where you place the zip file.

    "Existing Document": The existing document to create the new version for. Must be provided if creating a new version. (of the file existing zip file if you want to replace, remember: you have to set "Create new document" to false.)

    "Documents To Add": The array of documents to add to the ZIP.

    "Document Paths":The array of paths (including file names, the path to use inside the zip created).

     

    April 23, 2022

    can you give me an example?