Save
The save stage provides a convenient way to save to a file. Since the filename is specified in the stage, the user can just click the "run" button to save it as the specified filename.
Syntax
Just provide a filename. It is relative to the folder containing the project file. The file extension will determine file format.
{
"filename": "out/myfile.zsav"
}
Warning
If the filename includes a folder name (such as "out" in the example above), that folder must already exist to avoid error.