Iβve been working on an exciting project where I leveraged n8n to automate form submissions, trigger data updates, and enrich records dynamically. This powerful automation workflow seamlessly integrates multiple nodes, transforming how data flows through Airtable.
π Hereβs a Breakdown of the Workflow:
Trigger Node: Form Submission π
The process starts with a form submission, capturing user data like Name, Looks, and Profession (such as Video Editor, Graphic Designer, AI Manager). The form data is gathered from a user-friendly form URL.
Create Record in Airtable π
The submitted form data is automatically mapped and sent to Airtable to create a record in a specified base and table.
Routing with Switch Node π
Depending on the Profession selected in the form, the workflow routes the data into different branches for further processing:
Video Editor
Graphic Designer
AI Manager
Poetry Generation with Google Gemini Chat model π€βοΈ
For a touch of creativity, Iβve added an AI-based poetry generation node that crafts simple, beautiful poems based on the submitted form data! π
Updating Airtable Record π
Once the poem is generated, the Airtable record is updated with the poem, ensuring a smooth flow of information.