AI Node
Overview
Section titled “Overview”- Template variables – Use
{row},{row.property},{rowIndex},{lookups},{numRows}in prompts - Entry mode – One AI call per row
- Payload mode – Single AI call for entire dataset
- Structured output – Optional JSON schema for structured responses
Configuration
Section titled “Configuration”{ "custom": { "execution": { "prompt": "Summarize: {{ row.description }}", "mode": "entry", "model": "openai/gpt-4o" } }}Related
Section titled “Related”- jinja – Template-based transformation
- compute – Custom JavaScript
- Workflow schema – Full schema reference