File Storage
Reference
Reads and writes data from a file stored inside the file storage.
Categories: [file-storage, helpers]
Version: 1
Actions
Read from file as string
Reads data from the file as string.
Properties
Name | Type | Control Type | Description |
---|---|---|---|
File | FILE_ENTRY | FILE_ENTRY | The object property which contains a reference to the file to read from. |
Output
Sample Output:
Sample content
Type: STRING
Write to file
Writes the data to the file.
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Content | STRING | TEXT | String to write to the file. |
Filename | STRING | TEXT | Filename to set for data. By default, “file.txt” will be used. |
Output
Type: FILE_ENTRY
Properties
Type | Control Type |
---|---|
STRING | TEXT |
STRING | TEXT |
STRING | TEXT |
STRING | TEXT |
Download file
Download a file from the URL.
Properties
Name | Type | Control Type | Description |
---|---|---|---|
URL | STRING | TEXT | The URL to download a file from. |
Filename | STRING | TEXT | Filename to set for data. By default, “file.txt” will be used. |
Output
Type: FILE_ENTRY
Properties
Type | Control Type |
---|---|
STRING | TEXT |
STRING | TEXT |
STRING | TEXT |
STRING | TEXT |