LogoLogo
  • Docs
  • Connector Configuration
  • Knowledge Base
  • Changelog
  • Get Started
  • The Basics
    • What is Appmixer
    • Appmixer interfaces
      • Appmixer Studio
      • Backoffice
      • SDK Demo
  • Appmixer Studio features
    • What is a flow
    • Creating a flow
    • Sharing a flow
    • Flow examples
      • Forward customer support calls based on PIN
      • Feed customer data to Mailchimp
      • Google Drive document approvals
      • CSV import: calculate average value
    • Creating an Integration template
    • Using Variables to map data
    • Using Modifiers to alter data
    • Implementing logic
    • Troubleshooting errors
    • Visual features
      • Selecting multiple objects
      • Copying objects
      • Zooming in/out
      • Exporting a flow to an Image
      • Renaming a flow
      • Renaming a component
    • Utility modules
      • Webhooks
      • HTTP
      • Filters
      • Scheduling
      • Forms
      • Tasks
      • Language
    • Connected accounts
      • Connecting a new account
      • Managing accounts
    • Data storage
      • Creating a Data storage
      • Editing a Data storage
      • Using Data storage in a flow
    • Insights
      • Logs
      • Dashboard
      • Charts
      • Chart types
      • Data aggregations
    • Changing a password
  • Backoffice features
    • Insights
    • Flows
    • Users
    • Access Control List
    • Services
    • Extra: Creating custom components
  • SDK Demo
    • SDK Demo: Workflow automation
    • SDK Demo: Integration templates
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Appmixer Studio features

Data storage

PreviousManaging accountsNextCreating a Data storage

Last updated 3 years ago

Was this helpful?

The Appmixer Studio is not only about flows and accounts. One of the features that make your life easier is Data storage. Data storage is, as the name suggests, a way to store data inside Appmixer using the Key-Value database (it's like a table with two columns, key and value).

Data storage lives in the Appmixer Studio under the "Storage" tab.

By default, you can use the already-created "Default store". In our example, we store Order IDs and Order Values in the store.

It's important to note that Data storage is represented by the "Storage" utility module in the flow builder. The components in this module allow you to use triggers like:

  • OnItemAdded that triggers every time a new item is added to the data storage,

  • OnItemRemoved that triggers every time an item is removed from the data storage,

  • OnItemUpdated that triggers every time an item is updated in the data storage,

or actions like:

  • Clear that clears the entire data storage,

  • Find that helps you find values in data storage based on a Key text pattern,

  • Get that helps you get a value from data storage, and use it further in your flow,

  • Remove that removes a value in data storage,

  • Set that sets a new value in a data storage.

In the next sections, we will show you how to create and edit data storage, and how to use it in a flow.

Creating a Data storage
Editing a Data storage
Using Data storage in a flow
Data storage
Access the Data store in the Appmixer Studio
Data storage example storing Order IDs and Values
Using Data storage modul in a flow