Write File

action_file_write · action · Files & Documents · Available · v1.1.0

Description

Write content to a file in an allowlisted directory.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
path
File di destinazione
file-pickeryes
es. output.json (relativo) o /tmp/log.txt
Path nel sandbox del tenant. La cartella viene creata se non esiste.
content
Contenuto
string (multiline)noTesto o JSON.stringify(...). Supporta {{espressioni}}. Lascialo VUOTO per scrivere un file binario: se a monte arriva un handle BinaryData (es. da Read File con output binario, o un nodo PDF), ne vengono scritti i byte reali (no conversione a stringa). Content esplicito ha precedenza.
mode
Modalità scrittura
enum
overwriteappend
nooverwriteoverwrite = sovrascrive. append = aggiunge in coda.

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-action_file_write-1",
  "defId": "action_file_write",
  "label": "Write File",
  "config": {
    "path": "es. output.json (relativo) o /tmp/log.txt",
    "mode": "overwrite"
  }
}

🔗 Related nodes in the same category

Ready to use Write File?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes