Buni.aiDocs

Data Stores

Create tables your flows read and write, define their fields, and view, import, export and edit records.

A data store is a table of records that your flows can read and write, for example registrations, orders or bookings. Data stores belong to the organization, so several projects can share one. Flows use them through the Data Store node.

Open Data Stores from the sidebar to see every data store in your organization.

Plan limit

Your plan sets how many data stores your organization can create. When you reach it, creating another asks you to upgrade. See Billing and usage.

Create a data store

Name it

Select Create Data Store. In Create New Data Store, enter a name and save.

Add fields

Open the data store, open the actions menu and choose Manage Fields. Select Add field for each field you need (see below).

Define fields

The Add field dialog with Field Label, Field Name, Field Type and the Required, Read only and Lookup key switches
Adding a field to a data store.

Each field has:

SettingPurpose
Field LabelThe column heading people see.
Field NameThe name flows use to read and write the field.
Field TypeSee the table below.
DescriptionOptional notes on what the field is for.
Default ValueOptional value used when a record does not set one.
SizeOptional size for the field.
RequiredEvery record must have a value.
Read onlyThe value cannot be edited in the table.
Lookup keyMarks the field as a key for finding records.

Select Save & Add Another to add more, or Save & Close when you are done.

Field types:

TypeHolds
StringText.
NumberA number.
BooleanTrue or false.
Date, Time, TimestampA date, a time of day, or a date and time.
List of Strings, List of Numbers, List of Booleans, List of Dates, List of Times, List of TimestampsA list of values of one type.
MapA JSON object.
Map ListA list of JSON objects.
NullNo value. Cannot have a default.

The Manage Fields page lists every field with its label, name, type and settings. Deleting a field removes it from the schema only; values already stored in records are not removed.

Work with records

Open a data store to see its records as a table.

  • Add Record adds a record through a form built from the fields.
  • Use the row icons to edit or delete a single record.
  • Tick several records to Export, Duplicate, Copy or Delete them together.

Import records

From the actions menu, choose Import Data and upload a CSV file. Map the file's columns to your fields, then run the import. The dialog tells you whether the import succeeded or failed; select Try Again after a failure.

Export records

From the actions menu, choose Export Data to export every record, or tick records and select Export for just those.

  1. Enter a File name. A timestamp is added to it.
  2. Choose CSV (comma-separated values) or JSON (JavaScript Object Notation).
  3. Optionally, pick which fields to include and, for CSV, whether to add field names as the first row.

One export holds at most 50,000 records. For a larger store, filter the table first.

Delete a data store

From the actions menu choose Delete Table, or use Delete this data store on the Manage Fields page. This permanently deletes all of its fields and records, and flows that use it will stop working. It cannot be undone.

Last reviewed 24 September 2026

On this page