Block 1 - JotForm Trigger
- Type / Role
- n8n-nodes-base.jotFormTrigger - jotFormTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Turn raw feedback into actionable product insights. This workflow collects feedback from both customers and staff via a single Jotform , uses Gemini AI to analyze and categorize it, then intelligen...
n8n-nodes-base.jotformtrigger, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.if, n8n-nodes-base.trello, n8n-nodes-base.set, n8n-nodes-base.airtable
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Atta.
Original n8n.io sourceTurn raw feedback into actionable product insights. This workflow collects feedback from both customers and staff via a single Jotform, uses Gemini AI to analyze and categorize it, then intelligently routes it:
Stop manually sorting feedback and ensure nothing falls through the cracks. This workflow centralizes input, automates triage, and delivers structured data directly to your product and development teams.
Jotform Trigger)Send Confirmation Email)AI Feedback Triage)Create Trello Card)Alert Dev Team)Log General Feedback to Airtable)Follow these steps to configure the workflow with your accounts and specific IDs.
1. Set up Jotform, Trello, and Airtable (CRITICAL)
2. Configure the Jotform Trigger Node
3. Configure the Config (Set) Node
.json to the URL, and press Enter. Search the JSON page for your List names ("Bugs," "Feature Backlog") and Label names ("Customer," "Staff," "Other," "Urgent") to find their corresponding "id" values.4. Configure the Email Provided? (IF) and Send Confirmation Email (Gmail) Nodes
5. Configure the AI Feedback Triage Node
{{ $('Jotform Trigger').item.json['Feedback Details'] }}).task_title, category, suggested_priority, tags).6. Configure the Is it a Bug or Feature? (IF) Node
7. Configure the Create Trello Card Node
Product Feedback board.List ID and Labels correctly pull the IDs from your Config node and data from the AI Feedback Triage and Jotform Trigger nodes. The template should be pre-filled, but double-check node names if you renamed them.8. Configure the Is it an Urgent Bug? (IF) Node
9. Configure the Alert Dev Team (Slack) Node
#dev-alerts).{{ $('Create Trello Card').item.json.shortUrl }}) is correct.10. Configure the Log General Feedback to Airtable Node
Product Feedback Log base.Feedback Submissions table.Typecast toggle is ON. This is crucial for allowing n8n to create new tag options in Airtable.AI Feedback Triage and Jotform Trigger nodes.11. Activate Your Workflow!
AI Feedback Triage node to change how feedback is categorized, prioritized, or tagged.Is it a Bug or Feature? IF node (e.g., maybe you also want "UI/UX Issue" to go to Trello).Is it an Urgent Bug? IF node or send alerts for different categories (e.g., alert the design team for UI issues).I am a..., Options Customer, Staff, Other (Required: ON).Your Email (Optional) (Required: OFF).Feedback Details (Required: ON).Submit Feedback.Product Feedback.Feature BacklogBugsUrgent (Red recommended)Customer (Blue recommended)Staff (Green recommended)Other (Grey recommended)Product Feedback Log.Feedback Submissions.Name) to Feedback Summary (Type: Single line text).Notes to Full Feedback (Type: Long text).Assignee.Status to Source (Type: Single select, Options: Customer, Staff, Other).Email field (Type: Email).AI Tags field (Type: Multiple select).Submitted At field (Type: Created time).This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | AI-powered feedback triage: Jotform to Trello, Airtable & Slack with Gemini |
|---|---|
| Complexity | advanced |
| Nodes | 21 |
| Categories | Market Research, AI Summarization |
| Author | Atta |
| Published | 21 Oct 2025 |
Use the JSON export at /data/workflows/9999/9999.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Turn raw feedback into actionable product insights. This workflow collects feedback from both customers and staff via a single Jotform , uses Gemini AI to analyze and categorize it, then intelligen...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI Summarization use case.