Description
Read a file from the local filesystem within an allowlisted directory.
action_file_read · action · Files & Documents · Available · v1.1.0
Read a file from the local filesystem within an allowlisted directory.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pathFile | file-picker | yes | — es. report.json (relativo alla sandbox tenant) | Path nel sandbox del tenant (relativo o assoluto se allowlistato). Usa il bottone "📂 Sfoglia…" per navigare. |
encodingEncoding | enumutf8utf16lebase64hexbinary | no | utf8 | utf8/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. |
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"
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes