Data store

A data store is the perfect tool for storing data from scenarios or transferring data between individual scenarios or scenario runs. You can use a data store to store new data from various systems during synchronization. A data store is similar to databases or simple tables.
The Data Store modules enable you to add, replace, update, retrieve, delete, search, or count records in your Integromat Data Store.

The various examples of use can be found here.

Getting Started with Data Store

Prerequisites

  • A Data Store Created

In order to use the Data Store modules, it is necessary to create a data store in your Integromat account. 

The module dialog fields that are displayed in bold (in the Integromat scenario, not in this documentation article) are mandatory!

Creating a Data Store in Integromat

1. Log in to your Integromat account.

2. Go to Data stores from the menu on the left.

fV94JeijS1.gif

3. Click the Add data store button in the top-right corner.

2019-12-06_13_24_21-Data_stores___Integromat.png

4. Enter settings for the new data store.

Data store nameEnter the name for the data store. E.g. Contacts
Data Structure

A data structure, is a list of the columns for a table, that indicates the column name and data type.

You have three options:

  • Select the data structure that has been already created
  • Leave the field empty
    If you don't select a data structure, the database will only contain the primary key. Such a database type is useful if you only want to save keys and are only interested in knowing whether or not a specific key exists in the database.
  • Add a new data structure
    Click the Add button to create a new data structure.
    2019-12-06_14_14_19-Window.png
    Please see the Setting Up the Data Structure section of this article.
Data storage size in MB

Allocate the size for the data store from your total Internal data storage.

The reserved amount can be changed at any time later on.

The total internal data storage capacity depends on the plan you have purchased.

Setting Up the Data Structure

To set up the data structure, open the Add data structure dialog.

2019-12-06_15_06_03-Window.png

You can access this dialog by clicking the Add button when creating or editing the data store:

2019-12-06_14_14_19-Window.png

Data structure nameEnter the name for the data structure you are going to create.
Specification

There are two options for how you can specify the data store columns.

  • Click the Add item button to specify the properties of one column manually.
    Enter the Name and Type for the data store column and define corresponding properties.
  • Use the Generator button to determine the columns from the sample data you provide.
    For example, following JSON sample data:
    {
    
     "name":"John",
    
     "age":30,
    
     "phone number": {
    
     "mobile":"987654321",
    
     "landline":"123456789"
    
     }
    
     }
    creates three columns (name, age, phone number) with phone number as a collection of mobile and landline.

The empty columns in the data store view:

2019-12-06_16_00_28-Window.png

You can then add values to the data store manually or using the Integromat Data Store modules.

StrictIf enabled, the data structure will be compared to the structure of the payload and if the payload contains extra items not specified in the data structure, the payload will be rejected.

Actions

Add/Replace a Record

Adds or replaces a record in the data store.

The module throws an error when you try to add the record which is already in the data store under the same name and the Overwrite an existing record option is disabled.
Data storeSelect or add the data store where you want to create a record.
KeyEnter the unique key. The key can be used later to retrieve the record. If you leave this field blank, the key will be generated.
Overwrite an existing recordEnable this option to overwrite the record. The record you want to overwrite must be specified in the Key field above.
Record

Enter the desired values to the record's fields.

The maximum size of the record in Data store is 15 MB!

Update a Record

Updates a record in the selected data store.

Data storeSelect or add the data store where you want to create a record.
KeyEnter the unique key of the record you want to update.
Insert missing recordEnable this option to create a new record if the record with the specified key doesn't already exist.
Record

Enter the desired values to the record's fields that you want to update.

The maximum size of the record in Data store is 15 MB!

Get a Record

Retrieves a record from the selected data store.

Data storeSelect the data store you want to retrieve a record from.
KeyEnter the unique key of the record you want to retrieve.

Check the Existence Of a Record

Returns the value true if the record exists in the specified data store or false if the record doesn't exist in the data store.

Data storeSelect the data store you want to check for the record existence.
KeyEnter the key of the record you want to check for existence.

Delete a Record

Deletes a specified record from the selected data store.

Data storeSelect the data store you want to check for the record existence.
KeyEnter the key of the record you want to delete.

Delete All Records

Deletes all records from the selected data store.

Data storeSelect the data store you want to delete all records from.

Search Records

Performs a search for records based on filter settings.

Data storeSelect the data store you want to check for the record existence.
Filter

Set the filter for the search.

Select the column, operator and required value (search term) for the search.

Sort

Key
Select the column name you want to sort the results by.

Order
Select whether you want to sort results in the ascending or descending order.

LimitSet the maximum number of search results Integromat will return during one execution cycle.
Continue the execution of the route even if the module returns no resultsIf enabled, the scenario will not be stopped by this module.

Count Records

Returns the number of records in the selected data store.

Data storeSelect the data store whose records you want to count.

Troubleshooting

Restoring Lost Data From Your Data Store

At the current moment of writing this, there is no tool which can automate this, making it difficult to obtain lost data. However, the long method of recovering data in your data store is to go through all execution logs of scenarios where items were inserted to the data store, then get data manually and insert them again.

Out Of Space Error

The reason you are getting a message that states that you are out of space is because you currently have a datastore that has already been assigned your allocated datastore storage. 

Please edit any of your existing Data Store to free up space. https://www.integromat.com/datastores/ open the existing one click on the edit option > then edit the datastore size & reduce the size after that, you will be able to add a new data store. 

Make sure that while creating a new data store you do not assign all of your space to only one record unless you need it. 

Popular use cases from our blog

automated-data-collection-crm-illustration

How to Automate Data Collection - Part 5: CRM Systems

automated-data-collection-chatbot-marketing-illustration

How to Automate Data Collection - Part 4: Chatbot Marketing

automated-data-collection-paid-ads-illustration

How to Automate Data Collection - Part 3: Paid Ads

automated-data-collection-email-illustration

How to Automate Data Collection - Part 2: Email Marketing Segmentation

personalized-customer-experience-illustration-integromat

5 Automated Solutions to Personalize Customer Experience

data-collection-automation-forms-pt-1

How to Automate Data Collection - Part 1: Online Forms

Didn’t find what you were looking for?

Expert

Find an expert

We feature a network of 450+ certified partners across the globe who are ready to help

Find an expert

Automate any workflow in your business

Sign up for a free account today. No credit card required, no time limits on free plan.