Using Data Stores for Persistent State
Learn how built-in data stores let your automations remember information between runs, enabling deduplication, counters, and lightweight databases without an external spreadsheet.
The Problem of Forgetting
By default, each run of a workflow starts fresh and remembers nothing from the last run. That makes some tasks tricky: how do you avoid processing the same record twice, or keep a running total?
You need a way to persist state between runs.
What Is a Data Store?
A data store is a simple built-in database provided by the automation platform. You define a structure of fields, and your workflow can save, read, update, and delete records in it.
It lives inside the platform, so there is no separate spreadsheet or server to manage.
All lessons in this course
- Google Sheets & Excel Online
- Airtable and Database Integrations
- Advanced Data Search & Update
- Using Data Stores for Persistent State