Skip to content

Datastore

Datastore is a persistent key-value storage system that allows you to store and retrieve data. Currently you can use it within the scope of the flow, meaning you can store and retrieve data within the same flow.

Datastore is a built-in integration that works out of the box and doesn't need to communicate with any other external services to run.

INFO

Datastore is a built-in integration developed by Workflow Automation and should not be confused with the Google product of the same name.

Actions:

  • Get value: Get a value from the persistent datastore.
  • Set value: Set value to the persistent datastore.