Upload file manually to workflow
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 computerOutput example
file variable `data` → feeds CSV Parse / PDF Extract Text| Field | Description |
|---|---|
| Output variable namerequired | Name 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.