Read File

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

Description

Read a file from the local filesystem within an allowlisted directory.

⚙️ Configuration parameters

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

FieldTypeRequiredDefaultDescription
path
File
file-pickeryes
es. report.json (relativo alla sandbox tenant)
Path nel sandbox del tenant (relativo o assoluto se allowlistato). Usa il bottone "📂 Sfoglia…" per navigare.
encoding
Encoding
enum
utf8utf16lebase64hexbinary
noutf8utf8/utf16le → output `content` stringa (testo/JSON/CSV). base64/hex/binary → output `binary`: un HANDLE BinaryData (ref content-addressed sul disco del tenant, dedup, streaming) invece di gonfiare il JSON. Si collega a Write File / email / PDF / Excel che consumano BinaryData. Consigliato per immagini/PDF/file binari.

💡 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_read-1",
  "defId": "action_file_read",
  "label": "Read File",
  "config": {
    "path": "es. report.json (relativo alla sandbox tenant)",
    "encoding": "utf8"
  }
}

🔗 Related nodes in the same category

Ready to use Read File?

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

Start freeBrowse all nodes