Skip to content

AI Node

  • 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
{
"custom": {
"execution": {
"prompt": "Summarize: {{ row.description }}",
"mode": "entry",
"model": "openai/gpt-4o"
}
}
}