File Save
Last updated
Last updated
You can save files that were inputted or generated by your Pipeline using a File Save node. These nodes allow you to store files within your Files tab.
By default, these files will be stored as:
"{{ Pipeline Name }} - {{ File Save Node ID }} - {{ Timestamp }}"
where the values enclosed in curly brackets are replaced by the actual values. If you pass a value into the "name"
input, the files will be stored as:
"{{ Pipeline Name }} - {{ name }} - {{ Timestamp }}"
If you pass multiple files of the same type into "files"
, any files beyond the first will also have a number surrounded in parentheses to separate them.
Passing the same name to multiple File Save nodes may cause some generated files to be overridden.