Keep every automation safe and easy to find. This setup backs up each n8n workflow to Dropbox and records details in Airtable for tracking and search. It fits IT and operations teams that want simple backup, audit, and inventory of their automations.
A schedule runs twice an hour or you can run it on demand. The flow calls the n8n API to list all workflows, then handles them one by one. For each item, it fetches full details, turns the JSON into a file, uploads it to Dropbox, and requests a share link. It then looks up the workflow in Airtable by ID. If a row exists it updates it. If not, it creates a new row with the workflow name, last update time, Dropbox file link, and a list of unique node types used.
Setup needs an Airtable base, a Dropbox account, and an n8n API token. Expect automatic backups, a searchable catalog, and clear change history. Useful when you want a safety copy before edits, when you need an audit trail, or when you must see which node types are used across your stack.