Read File Node
Reads data from a specified file into the workflow, allowing subsequent nodes to utilize this data.
Parameters
Label | Value Type | Description |
---|---|---|
File | FileUpload | The file to read data from. |
File data will be stored in the workflow | Label | Specifies that the file data will be stored in the workflow. |
Data | Text | The data read from the file. |
Variable for File Data | ValueOutput | Variable to store the file data, making it accessible for subsequent nodes. |