Upload File

Start & import

Upload file manually to workflow

Inputs
none
Outputs
file

Overview

Lets you pick a local file (CSV, TXT, PDF…) and brings it into the workflow as a file variable. You choose the actual file at run time, so the same workflow can be reused with different files.

Input example

(at run time) you select contacts.csv from your computer

Output example

file variable `data`  →  feeds CSV Parse / PDF Extract Text

Fields

FieldDescription
Output variable namerequiredName this node's result so downstream nodes can select it. Auto-suggested; edit freely.

Upload File only loads the bytes. Add CSV Parse after it to turn a CSV into rows and columns.