Use AI to generate structured outputs that can be used in other apps and workflows.
campaign_name
(Text) - “Name of the campaign”cost
(Number) - “Total cost spent”conversions
(Number) - “Number of conversions”cost_per_conversion
(Number) - “Cost divided by conversions”Campaign Name | Cost | Conversions | Cost Per Conversion |
---|---|---|---|
Campaign A | 1500 | 45 | 33.33 |
Campaign B | 2000 | 80 | 25.00 |
Campaign C | 800 | 32 | 25.00 |
company_name
(Text) - “Company name mentioned”contact_person
(Text) - “Person’s name”budget_monthly
(Number) - “Monthly budget in dollars”company_size
(Text) - “Small, Medium, or Large”urgency
(Text) - “High, Medium, or Low”qualification_score
(Number) - “Score from 1-10 based on fit”Company Name | Contact Person | Budget Monthly | Company Size | Urgency | Score |
---|---|---|---|---|---|
TechCorp | John | $5,000 | Medium | High | 9 |
Unknown | Unknown | $500 | Small | Low | 3 |
Field | Type | Required | Description |
---|---|---|---|
Prompt | Dynamic Text Area | Yes | Instructions for AI on what data to extract and structure |
Model | Model Selector | Yes | AI model (GPT-4.1 Mini is good for most cases) |
Schema Type | Select | Yes | ”List of Objects” for tables, “Single Object” for summaries |
Schema Fields | Schema Builder | Yes | Define your table columns |
campaign_name
, total_cost
, conversion_rate
Type:
What's the difference between List of Objects and Single Object?
Why isn't my schema being followed correctly?
Can I use this data directly in Google Sheets?
What if some data is missing from my input?
Which AI model should I use?
How do I test my schema before processing large datasets?