Add Documents to ZIP

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.

  Discussion posts and replies are publicly visible

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

  • 0
    Certified Lead Developer
    in reply to jeffrey Torres

    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).

     

Reply
  • 0
    Certified Lead Developer
    in reply to jeffrey Torres

    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).

     

Children