Form submissions into a table

Catch a form submission and append it to a spreadsheet or a table you already use.

We have not yet run this one on the version the starting point pins, so the deploy button below starts a blank instance. We are not going to offer you a one-click workflow we have not tested ourselves.

n8n gives you a web address to point your form at. Every submission arrives, gets tidied into named fields, and is appended as a row. Because the instance is always on and has a real address of its own, submissions arrive while you sleep, which is the part a laptop cannot do.

What it does

  1. A form or webhook trigger receives the submission.
  2. Fields are renamed and cleaned.
  3. A row is appended to your table.
  4. You get an optional notification.

What you supply

  • Access to wherever the rows should land

Credentials are stored inside your own n8n, encrypted with a key that is generated and kept for you. We never see them and neither does anyone else.

Getting it running

Other starting points

  • Blank canvas, an empty n8n, ready for whatever you already had in mind.
  • Daily digest into chat, collect a few things every morning and post one tidy message to slack or telegram.
  • Feed watcher, watch a feed and tell you when something new shows up, without checking it yourself.
  • An assistant on Telegram, a chat bot that answers with an ai model of your choosing and remembers the conversation.