Skip to Content

Data Nodes

Use data nodes to transform JSON, persist results, and export workflow outputs.

Node List

NodeRequired ParametersMain Output
Read Property from JSONJSON, Property nameProperty value
Add Property to JSONJSON, Property name, Property valueUpdated JSON
Update SpreadsheetData, SpreadsheetWeb page context
Write to fileMode, Content, FileFile write complete

Input / Output Example

  • Input chain: Extract Data With AI -> Add Property to JSON -> Update Spreadsheet
  • Output example: extracted product object enriched with source and written as a new spreadsheet row.

Common Errors

  • Invalid JSON format or missing property path.
  • Spreadsheet target not selected or inaccessible.
  • Writing file with invalid name/mode mismatch.

Retry Tips

  • Keep property names consistent across workflow branches.
  • Validate JSON shape before writing to spreadsheets or files.
  • Prefer append patterns only when your file naming and rotation policy is clear.

For production workflows, standardize JSON schema early in the flow before using multiple output nodes.

Last updated on

2026 © Xenbox.