Keep a form dropdown up to date without editing the form by hand. A live Google Sheet becomes the source of truth for choices, so teams always see fresh options when they submit the form. Great for request forms, intake flows, and any process where choices change often.
A scheduled Google Sheets Trigger checks your sheet every minute. It reads all rows, formats the values into the exact shape the form field expects, and builds an updated workflow JSON. The n8n API nodes pull the current workflow, replace the nested dropdown parameters with the new list, and push the update back. A form submission event also starts a follow up workflow to handle incoming data.
Setup needs a Google Sheet with one column of options, an active n8n instance, and production mode enabled for the form. Expect faster updates, fewer mistakes, and less maintenance as lists grow. Use it for location pickers, product menus, service catalogs, or department lists that change over time.