Write To File
Write contents to file (inside a datasource or locally)
Parameters
Label (internal name) | Type | Default | Description |
---|---|---|---|
Contents (contents) | textarea | Contents to write to file - Use templating if necessary | |
Local FS (is_local) | boolean | If set, target file is expected to be an absolute path on the server | |
Target File (target_file) | string | Full name of the file to write, either inside a datasource or on local FS. If not specified, will be written in application temporary directory |
Expected Input
Standard input message
Expected Input
New message containing a Success flag
Back to top