Skip to content

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

NameTypeControl TypeDescription
FileFILE_ENTRYFILE_ENTRYThe 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

NameTypeControl TypeDescription
ContentSTRINGTEXTString to write to the file.
FilenameSTRINGTEXTFilename to set for data. By default, “file.txt” will be used.

Output

Type: FILE_ENTRY

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT

Download file

Download a file from the URL.

Properties

NameTypeControl TypeDescription
URLSTRINGTEXTThe URL to download a file from.
FilenameSTRINGTEXTFilename to set for data. By default, “file.txt” will be used.

Output

Type: FILE_ENTRY

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT