Automation

Save form submissions to Airtable

When a form is submitted, check it is complete and add it as a new row in your Airtable base, once.

What it does, step by step

  1. Read the name and email from the inbound form.
  2. Decide whether the submission has the fields we need.
    • yes goes to "Create an Airtable record"
    • no goes to "Skip"
  3. Add the submission as a new row in the Airtable base.
  4. The submission was incomplete, so do nothing.

Build it just by talking to Claude

You do not wire this by hand. You describe it in a sentence, your Claude builds it, and Autoploy keeps it running.

Paste this to your Claude

What to build: Save form submissions to a spreadsheet or database. When a form is submitted, check it is complete and add it to a spreadsheet or database, once. This is for engineers and non-technical builders alike. How it behaves: 1. Runs when a form posts a submission to the automation. 2. Read the name and email from the inbound form. 3. If complete submission, then go to "Create an Airtable record", otherwise go to "Skip". 4. Add the submission as a new row in the Airtable base. 5. The submission was incomplete, so do nothing. The tools: - Airtable (for "Where should form submissions be saved?"). I will need you to create the key AIRTABLE_TOKEN (Airtable personal access token), provide the setting AIRTABLE_BASE_ID (Airtable base id), provide the setting AIRTABLE_TABLE_NAME (Airtable table name). I add the values in Autoploy myself; you only need their names. The platform: Connect to my Autoploy MCP server, call get_authoring_guide to read the authoring guide, and build the automation with the Autoploy SDK contract. Model every yes/no fork as a condition step with truthful labeled branches, keep every external side effect idempotent and keyed, and deploy it with deploy_automation. Before you build: Repeat the plan back to me in plain English and ask follow-up questions about anything unclear or ambiguous. Do not guess. Ask me for each key by name when it is time, and never ask me to paste a key anywhere except my own secure setup.

Start building

7-day free trial on every plan. You pick your plan at signup, and nothing is charged before day 7.