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

TypeDetails
Other

Triggers

3
On Item Added icon

On Item Added

This trigger fires any time item is added to storage.
On Item Removed icon

On Item Removed

This trigger fires any time item is removed from storage.
On Item Updated icon

On Item Updated

This trigger fires any time item has changed.

Actions

10
Clear icon

Clear

Clear Storage.
Create Store icon

Create Store

Create a new storage.
Find icon

Find

Find values in Storage.
Get icon

Get

Get value from Storage.
Get Many icon

Get Many

Get multiple values from Storage.
Modify icon

Modify

Modify a value in Storage using an operator.
Remove icon

Remove

Remove value from Storage.
Save To File icon

Save To File

Store the entire data store to a file.
Set icon

Set

Set value to Storage.
Set Many icon

Set Many

Set multiple key-value pairs to Storage.