Skip to main content

App Upload

Uploads a file from the local file system to a remote location. Currently, it is used for uploading a file generated from the flow to be downloaded later via the Robomotion Apps run history tab.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

if ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • Local File Path - Path of the local file to upload

Output

  • Public URL - URL of the uploaded application accessible to everyone. This output is generated if only Public option is selected.

Options

  • Public - Make the uploaded file public or private if unchecked.