Local File node
You can use the Local File node to transfer the files from your device to the workflow. You can use the node in the workflows whose purpose is to pass the data further (for example, for import).
Prerequisites
- Only accepted file formats:
.csv
,.xml
,.json
- Maximum size of the file: 5 MB
Node configuration

- Click the Local File node.
- On the pop-up, upload a file from your device.
Important: You can’t change the file after you launch the workflow. To import a different file, you must create a new workflow. - Confirm by clicking Apply.
Example of use
You can combine the Local File node with the Import customers node to import a file with customer data.
firstName,lastName,email
Dwight,Addams,dwight.addams@test.com
Martin,Smith,martin.smith@test.com
Kurt,Doe,kurt.doe@test.com

- Start the workflow with the Scheduled Run node.
- In the configuration of the node:
- Set the Run trigger to one time.
- Select the Immediately tab.
- Click Apply.
- Add the Local file node.
- In the configuration of the node:
- Upload the file with customers.
- Click Apply.
- Add the Import customers node.
- Add the End node.