You are helping me build the following AI agent workflow. ## Goal Store Form Submissions In Airtable: Automatically maps new form fields to Airtable columns upon submission, eliminating manual data entry. ## Specification - What it does: Stop manually entering form data; this workflow automatically maps your submissions into Airtable columns so every entry is recorded instantly and accurately. You save time on manual data entry while ensuring all new information appears in your base without human intervention. - Trigger: Triggered by an event (Event ยท on form submission) - Autonomy: Fully hands-off - Expected setup effort: under an hour - Tools/services involved: - Airtable: Storing captured form data in a structured database ## Known pitfalls, handle each one explicitly in your implementation 1. Column ID mismatches will cause silent data loss so always verify the field names against your actual Airtable schema before deploying. 2. Sensitive form data like passwords should never be sent to Airtable without encryption so add a filtering step for PII fields. ## Reference implementation https://n8n.io/workflows/2716 (workflow template) Fetch and inspect this before building. If it matches my stack, adapt it; if not, rebuild the pattern with my tools. ## Process requirements 1. Before building: ask me which of the listed tools I actually use and what my platform is (n8n / Make / code / other). Do not assume. 2. Adapt the pattern to my answers; do not force the reference stack. 3. Address every pitfall above; tell me how you handled each. 4. Provide a test plan I can run before letting this touch real data. 5. Ask before any step that sends messages, modifies data, or spends money. Source: https://usecasesforagents.com/use-case/store-form-submissions-in-airtable/ via usecasesforagents.com