FindPrompts
Sign InGet Started

Get the best new prompts every week

Join the FindPrompts newsletter — top prompts, fresh mastery guides, and AI workflow tips. Free, no spam.

FindPrompts

The largest AI prompts database. 30,000+ prompts for ChatGPT, Claude, Midjourney, and more.

Categories

  • Marketing
  • Business
  • Writing
  • Coding
  • Education

Platforms

  • ChatGPT
  • Claude
  • Gemini
  • Grok
  • Midjourney

Resources

  • Best AI Prompts
  • Free Tools
  • Prompt Grader
  • Prompt Templatizer
  • AI Token Counter
  • Image Prompt Generator
  • System Prompt Generator
  • Prompt A/B Tester
  • Prompt-to-JSON
  • Headline Generator
  • AI Cost Calculator
  • AI Prompt Improver
  • Prompt Generators
  • Mastery Guides
  • Cheatsheets
  • Automations
  • AI Tools
  • Custom GPTs
  • Blog
  • Affiliate Program

Company

  • Pricing
  • Contact
  • Terms of Service
  • Privacy Policy

© 2026 FindPrompts. All rights reserved.

TwitterGitHub
FindPrompts
FindPrompts

Main

Dashboard
Prompt Library30k+
DiscoverHot
LeaderboardNew
BundlesNew
Prompt Maker
PlaygroundBeta
GeneratorsNew
WorkflowsPro

Personal

Compare
Prompt Improver
Prompt Grader
Templatizer
Token Counter
Image Prompts
System Prompts
A/B Tester
All Free Tools
My Vault
Analytics
Submit Prompt
AI Tools
Guides
Cheatsheets
Automations
Settings
Go Pro

Unlock workflows, API access, and premium features.

Upgrade Now

User

Command Palette

Search for a command to run...

HomeAutomationsTally Form to Airtable with AI Tagging
ZapierData & ReportingIntermediate3 steps

Tally Form to Airtable with AI Tagging

A Zapier zap that takes a Tally form response, runs it through a Zapier AI step to categorize the request, and stores the tagged record in Airtable. Cleaner data with zero manual sorting.

TallyZapier AIAirtable

How it works

  1. 1Trigger: new Tally form submission
  2. 2Action: categorize the message with Zapier AI
  3. 3Action: create a record in Airtable with the category

Setup

  • Connect Tally, Zapier AI and Airtable.
  • Write the categorization prompt in the AI step.
  • Map the AI output to the Airtable Category field.
  • Add filters or paths to route by category.

Workflow JSON

{
  "version": "1.0",
  "platform": "zapier",
  "title": "Tally Form to Airtable with AI Tagging",
  "steps": [
    {
      "id": 1,
      "type": "trigger",
      "app": "Tally",
      "event": "New Submission"
    },
    {
      "id": 2,
      "type": "action",
      "app": "Zapier AI",
      "event": "Analyze and Return Data",
      "config": {
        "prompt": "Categorize this request as Sales, Support, or Other: {{1.message}}",
        "output": "category"
      }
    },
    {
      "id": 3,
      "type": "action",
      "app": "Airtable",
      "event": "Create Record",
      "config": {
        "base": "Requests",
        "table": "Inbox",
        "fields": {
          "Email": "{{1.email}}",
          "Message": "{{1.message}}",
          "Category": "{{2.category}}"
        }
      }
    }
  ]
}

Related Automations

Daily Competitor Price Scrape + Alert

Scrape competitor prices daily and get alerted only when they change.

Invoice PDF to Sheet Extractor

Email invoices in, structured rows out to your accounting sheet.

Weekly KPI Report Email

Pull metrics, let GPT write the commentary, email the team.