We’re currently experiencing a high volume of support requests, which may result in longer response times — thank you for your patience and understanding.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

This documentation is for the new preview UI. It’s still being refined and is subject to change. For documentation for the old UI, see Knowledge Base.

Article link copied to clipboard
Updated
Published
11 min read

Persist small amounts of data that will be available later in the execution or in subsequent executions of the Instance

Actions

Cross Flow - Add Value To Set

Add a value to the set with the specified key, creating the set as needed

Input Comments Default
Key This is the key that will be used to refer to the stored value
Value This is the value that will be stored

Cross Flow - Append Multiple Values To a List

Append multiple values to the list with the specified key, creating the list as needed

Input Comments Default
Key This is the key that will be used to refer to the stored value
Dynamic Values Use this input if you need to provide multiple values in a JSON format. This input will be favored over the Values input.
Values Use this input if you need to provide multiple values to the same key.
Flatten Values If this is enabled the values of the multiple values input or the dynamic values input will be flattened. false

Cross Flow - Append Value To List

Append a value to the list with the specified key, creating the list as needed

Input Comments Default
Key This is the key that will be used to refer to the stored value
Value This is the value that will be stored

Cross Flow - Clear All State

Delete all cross-flow state stored for this instance

Cross Flow - Decrement Value

Decrement the stored integer value with the specified key by the specified amount

Input Comments Default
Key This is the key that will be used to refer to the stored value
Amount This is the amount that will be used for incrementing/decrementing 1

Cross Flow - Get Value

Get the value with the specified key, returning the specified default value if key not present

Input Comments Default
Key This is the key that will be used to refer to the stored value
Default Value This is the value that will be returned if there is no value present

Cross Flow - Increment Value

Increment the stored integer value with the specified key by the specified amount

Input Comments Default
Key This is the key that will be used to refer to the stored value
Amount This is the amount that will be used for incrementing/decrementing 1

Cross Flow - List Keys

List all keys persisted at the cross-flow level

Cross Flow - Remove Value

Remove the value with the specified key

Input Comments Default
Key This is the key that will be used to refer to the stored value
Multiple Keys Use this input if you need to provide multiple keys. Please take note that this action favors this input instead of the regular key input, which it ignores.

Cross Flow - Remove Value From List

Remove the value from the list with the specified key

Input Comments Default
Key This is the key that will be used to refer to the stored value
Value This is the value that will be removed

Cross Flow - Remove Value From Set

Remove the value from the set with the specified key

Input Comments Default
Key This is the key that will be used to refer to the stored value
Value This is the value that will be removed

Cross Flow - Save Current Time

Save the current time in UTC using the specified key

Input Comments Default
Key This is the key that will be used to refer to the stored value

Cross Flow - Save Value

Save a value with the specified key for use at a later time

Input Comments Default
Key This is the key that will be used to refer to the stored value
Value This is the value that will be stored
Key/Values Use this input if you need to provide multiple keys and values. Please take note that this action favors this input instead of the regular key/value inputs, which it ignores.

Execution - Add Value To Set

Add a value to the set with the specified key, creating the set as needed

Input Comments Default
Key This is the key that will be used to refer to the stored value
Value This is the value that will be stored

Execution - Append Multiple Values To a List

Append multiple values to the list with the specified key, creating the list as needed

Input Comments Default
Key This is the key that will be used to refer to the stored value
Dynamic Values Use this input if you need to provide multiple values in a JSON format. This input will be favored over the Values input.
Values Use this input if you need to provide multiple values to the same key.
Flatten Values If this is enabled the values of the multiple values input or the dynamic values input will be flattened. false

Execution - Append Value To List

Append a value to the list with the specified key, creating the list as needed

Input Comments Default
Key This is the key that will be used to refer to the stored value
Value This is the value that will be stored

Execution - Clear All State

Delete all execution state

Execution - Decrement Value

Decrement the stored integer value with the specified key by the specified amount

Input Comments Default
Key This is the key that will be used to refer to the stored value
Amount This is the amount that will be used for incrementing/decrementing 1

Execution - Get Value

Get the value with the specified key, returning the specified default value if key not present

Input Comments Default
Key This is the key that will be used to refer to the stored value
Default Value This is the value that will be returned if there is no value present

Execution - Increment Value

Increment the stored integer value with the specified key by the specified amount

Input Comments Default
Key This is the key that will be used to refer to the stored value
Amount This is the amount that will be used for incrementing/decrementing 1

Execution - List Keys

List all keys persisted at the execution level

Execution - Remove Value

Remove the value with the specified key

Input Comments Default
Key This is the key that will be used to refer to the stored value
Multiple Keys Use this input if you need to provide multiple keys. Please take note that this action favors this input instead of the regular key input, which it ignores.

Execution - Remove Value From List

Remove the value from the list with the specified key

Input Comments Default
Key This is the key that will be used to refer to the stored value
Value This is the value that will be removed

Execution - Remove Value From Set

Remove the value from the set with the specified key

Input Comments Default
Key This is the key that will be used to refer to the stored value
Value This is the value that will be removed

Execution - Save Current Time

Save the current time in UTC using the specified key

Input Comments Default
Key This is the key that will be used to refer to the stored value

Execution - Save Value

Save a value with the specified key for use at a later time

Input Comments Default
Key This is the key that will be used to refer to the stored value
Value This is the value that will be stored
Key/Values Use this input if you need to provide multiple keys and values. Please take note that this action favors this input instead of the regular key/value inputs, which it ignores.

Flow - Add Value To Set

Add a value to the set with the specified key, creating the set as needed

Input Comments Default
Key This is the key that will be used to refer to the stored value
Value This is the value that will be stored

Flow - Append Multiple Values To a List

Append multiple values to the list with the specified key, creating the list as needed

Input Comments Default
Key This is the key that will be used to refer to the stored value
Dynamic Values Use this input if you need to provide multiple values in a JSON format. This input will be favored over the Values input.
Values Use this input if you need to provide multiple values to the same key.
Flatten Values If this is enabled the values of the multiple values input or the dynamic values input will be flattened. false

Flow - Append Value To List

Append a value to the list with the specified key, creating the list as needed

Input Comments Default
Key This is the key that will be used to refer to the stored value
Value This is the value that will be stored

Flow - Clear All State

Delete all flow state stored for this instance

Flow - Decrement Value

Decrement the stored integer value with the specified key by the specified amount

Input Comments Default
Key This is the key that will be used to refer to the stored value
Amount This is the amount that will be used for incrementing/decrementing 1

Flow - Get Value

Get the value with the specified key, returning the specified default value if key not present

Input Comments Default
Key This is the key that will be used to refer to the stored value
Default Value This is the value that will be returned if there is no value present

Flow - Increment Value

Increment the stored integer value with the specified key by the specified amount

Input Comments Default
Key This is the key that will be used to refer to the stored value
Amount This is the amount that will be used for incrementing/decrementing 1

Flow - List Keys

List all keys persisted at the flow level

Flow - Remove Value

Remove the value with the specified key

Input Comments Default
Key This is the key that will be used to refer to the stored value
Multiple Keys Use this input if you need to provide multiple keys. Please take note that this action favors this input instead of the regular key input, which it ignores.

Flow - Remove Value From List

Remove the value from the list with the specified key

Input Comments Default
Key This is the key that will be used to refer to the stored value
Value This is the value that will be removed

Flow - Remove Value From Set

Remove the value from the set with the specified key

Input Comments Default
Key This is the key that will be used to refer to the stored value
Value This is the value that will be removed

Flow - Save Current Time

Save the current time in UTC using the specified key

Input Comments Default
Key This is the key that will be used to refer to the stored value

Flow - Save Value

Save a value with the specified key for use at a later time

Input Comments Default
Key This is the key that will be used to refer to the stored value
Value This is the value that will be stored
Key/Values Use this input if you need to provide multiple keys and values. Please take note that this action favors this input instead of the regular key/value inputs, which it ignores.

Get Persist Data Usage Metrics

Get usage metrics for persisted data. Persisted data can total 64 MB.

Integration - Add Value To Set

Add a value to the set with the specified key, creating the set as needed

Input Comments Default
Key This is the key that will be used to refer to the stored value
Value This is the value that will be stored

Integration - Append Multiple Values To a List

Append multiple values to the list with the specified key, creating the list as needed

Input Comments Default
Key This is the key that will be used to refer to the stored value
Dynamic Values Use this input if you need to provide multiple values in a JSON format. This input will be favored over the Values input.
Values Use this input if you need to provide multiple values to the same key.
Flatten Values If this is enabled the values of the multiple values input or the dynamic values input will be flattened. false

Integration - Append Value To List

Append a value to the list with the specified key, creating the list as needed

Input Comments Default
Key This is the key that will be used to refer to the stored value
Value This is the value that will be stored

Integration - Clear All State

Delete all integration state stored for all instances of this integration

Integration - Decrement Value

Decrement the stored integer value with the specified key by the specified amount

Input Comments Default
Key This is the key that will be used to refer to the stored value
Amount This is the amount that will be used for incrementing/decrementing 1

Integration - Get Value

Get the value with the specified key, returning the specified default value if key not present

Input Comments Default
Key This is the key that will be used to refer to the stored value
Default Value This is the value that will be returned if there is no value present

Integration - Increment Value

Increment the stored integer value with the specified key by the specified amount

Input Comments Default
Key This is the key that will be used to refer to the stored value
Amount This is the amount that will be used for incrementing/decrementing 1

Integration - List Keys

List all keys persisted at the integration level

Integration - Remove Value

Remove the value with the specified key

Input Comments Default
Key This is the key that will be used to refer to the stored value
Multiple Keys Use this input if you need to provide multiple keys. Please take note that this action favors this input instead of the regular key input, which it ignores.

Integration - Remove Value From List

Remove the value from the list with the specified key

Input Comments Default
Key This is the key that will be used to refer to the stored value
Value This is the value that will be removed

Integration - Remove Value From Set

Remove the value from the set with the specified key

Input Comments Default
Key This is the key that will be used to refer to the stored value
Value This is the value that will be removed

Integration - Save Current Time

Save the current time in UTC using the specified key

Input Comments Default
Key This is the key that will be used to refer to the stored value

Integration - Save Value

Save a value with the specified key for use at a later time

Input Comments Default
Key This is the key that will be used to refer to the stored value
Value This is the value that will be stored
Key/Values Use this input if you need to provide multiple keys and values. Please take note that this action favors this input instead of the regular key/value inputs, which it ignores.