Appmixer
Features
Connectors
Connector library
Build custom connectors
Developers
Documentation
Getting started guide
API reference
Build custom connectors
Embedding via SDK
Appmixer CLI
Resources
Blog
Podcast
E-books
Customer stories
Product brochure
Press
Documentation
Pricing
Ship to prod in 4 weeks
Schedule a demo
Features
Connectors
Connector library
Build custom connectors
Developers
Documentation
Getting started guide
API reference
Build custom connectors
Embedding via SDK
Appmixer CLI
Resources
Blog
Podcast
E-books
Customer stories
Product brochure
Press
Pricing
Schedule a demo
Ship to prod in 4 weeks
Storage Components
13 components available
Docs
Code
Download
v2.0.1
Storage utilities give you permanent storage options that allow you to adjust your business logic to your needs.
Changelog
6 versions
v2.0.1
Latest
Fixed SaveToFile component json2csv dependency imports to use v6+ scoped packages.
Fixed 'Transform is not a constructor' error when flattenValue is false and fileType is csv.
v2.0.0
Breaking change: Improved the input options for components.
Breaking change: Set component now supports setting multiple key-value pairs at the same time.
New action: Create Store.
New action: Modify.
New action: Get Many.
New action: Set Many.
v1.1.2
SaveToFile compatible with Node 18.
v1.1.1
SaveToFile flattening to CSV improved.
v1.1.0
SaveToFile component added.
v1.0.0
Initial version
Authentication
Type
Details
Other
—
Triggers
3
On Item Added
This trigger fires any time item is added to storage.
On Item Removed
This trigger fires any time item is removed from storage.
On Item Updated
This trigger fires any time item has changed.
Actions
10
Clear
Clear Storage.
Create Store
Create a new storage.
Find
Find values in Storage.
Get
Get value from Storage.
Get Many
Get multiple values from Storage.
Modify
Modify a value in Storage using an operator.
Remove
Remove value from Storage.
Save To File
Store the entire data store to a file.
Set
Set value to Storage.
Set Many
Set multiple key-value pairs to Storage.