Skip to content

Handle Download Block

Handle downloaded file.

  • Timeout
    Set how long is the workflow waiting for the downloaded file to complete, defaults to 20000ms (20 seconds). Once it reaches the timeout, the workflow will continue to execute the block.

  • Download id The id of download item to handle.

  • File name
    The filename of the downloaded file. If you don't want to rename the downloaded file leave the input blank.

  • On conflict
    Specifies what to do if the name of a downloaded file conflict with an existing file.

    • "uniquify"
      The browser will modify the filename to make it unique.

    • "overwrite"
      The browser will overwrite the old file with the newly-downloaded file.

    • "prompt"
      The browser will prompt the user, asking them to choose whether to uniquify or overwrite.

  • Wait for the file to be downloaded
    Wait for the file to be downloaded before continuing to the next block.

  • Assign to variable
    Whether assign the file path of the downloaded file into a variable or not.

  • Variable name
    Name of the variable to assign the file path.

  • Insert to table
    Whether insert the file path into the table or not.

  • Select column
    The column where the file path will be inserted.