workflows.fit
Back to n8n workflows
n8n templateFreeBy Akhil Varma Gadiraju

Collect conference feedback with Forms and log to Excel OneDrive with Outlook notifications

Conference Feedback Collection and OneDrive Logging Workflow This n8n workflow is designed to collect feedback through a web form, log the responses into an Excel file stored in Microsoft OneDrive, and notify the supp...

Data & StorageProductivityCommunicationHITLDevelopmentCore NodesForm TriggerSet
Loading interactive preview...

Template notes

Conference Feedback Collection and OneDrive Logging Workflow

This n8n workflow is designed to collect feedback through a web form, log the responses into an Excel file stored in Microsoft OneDrive, and notify the support team via email.

---

๐Ÿงญ Overall Goal

To collect user feedback from a web form, structure the data, log it into a OneDrive Excel file, and notify support via Outlook email.

---

๐Ÿ”„ Workflow Breakdown

1. Form Submission (On form submission) - Node Type: formTrigger - Purpose: Captures user feedback via a web form. - Form Fields: - Full Name (Required) - Email (Required) - Company Name - Job Title - How did you hear about the conference? (Required) - Overall experience rating (Required) - Favorite sessions/speakers - Relevance to interests/work (Required) - Networking opportunities (Required) - Suggestions for improvement - Future topics/speakers - Willingness to attend again (Required) - Additional comments - Contact permission (Required) - Access URL: /webhook/feedback (or /webhook-test/feedback during testing)