Use AI to analyze structured datasets and generate summaries, insights, or calculated fields.
Field | Type | Required | Description |
---|---|---|---|
Data | Dynamic Text Area | ✅ | Insert structured data like a table or JSON (e.g. from a “Get Report” node) |
Prompt | Dynamic Text Area | ✅ | Describe what you want AI to do (e.g. “Summarize trends and calculate conversion rate”) |
Model | Model Selector | ✅ | Choose a model like GPT-4.1 or GPT-4o based on your accuracy needs and credit budget |
Force Python Execution | Toggle | ❌ | Forces AI to use Python to calculate fields like CTR, averages, or conversions (no hallucinated math) |
Schema Fields | Schema Builder | ❌ | Define the structure of the output if you want consistent, reusable results (e.g., a table or structured list) |
“Stick to this format. Return clean fields I can reuse later.”
Clicks | Conversions |
---|---|
1000 | 45 |
1200 | 60 |
800 | 32 |
clicks
— Number — “Number of ad clicks”conversions
— Number — “Number of conversions”conversion_rate
— Percentage — “Conversions divided by clicks (e.g. 0.045 = 4.5%)”What’s the difference between Ask AI and Analyze Data?
What’s the benefit of Schema Fields?
When should I enable Force Python Execution?
What formats of data can I pass to the Data field?
Can this generate charts?