Automatic scenario backups with descriptions and version history

On a schedule, the scenario finds new versions of your scenarios, saves snapshots and adds a short note of what changed — all in one table.

  • Version snapshots collect on a schedule
  • An AI writes the note of what changed
  • Everything lives in one table with history
  • Rolling back and recalling edits is easy
n8nAirtable

How it works

To create records from signMe without manual input, use a ready-made scenario.

  1. Starts when: Schedule Trigger
  2. Then: Get all n8n workflows
  3. Check: Match snapshot IDs
  4. Check: Only keep new snapshots
  5. Check: Loop Over Items
  6. Then: Create or update workflow
  7. Then: Search all snapshots
  8. Then: Check workflow status
  9. Check: Existing workflow?
  10. If yes: Download previous snapshot
  11. Then: Extract from File1
  12. Then: Document workflow differences
  13. Then: Prepare edits since last snapshot
  14. Then: Consolidate edits since last snapshot
  15. Check: Needs new workflow summary?
  16. If yes: Re-summarise workflow
  17. Then: Store new workflow summary
  18. Then: Store new snapshot
  19. Then: Get full workflow JSON
  20. Then: Move Binary Data
  21. Then: Extract from File
  22. Then: Store workflow file into Airtable
  23. Then: Wait
  24. If no: State that this is the first version
  25. Then: Search all existing snapshots
  26. Then: OpenAI Chat Model1

You can launch this integration in Scriptera: describe the task in plain words — the scenario is built, launched and monitored for you.