Get Session Value

circle-exclamation

The Get Session Value action retrieves a value previously stored within the current Grid Viewer session using the Set Session Value action.

To access a stored value, the action requires the corresponding key used when the value was created.

Parameter
Description

Key

The identifier used to retrieve the stored session value

If a value exists for the specified key, the action returns the stored data associated with that key.

Session values are scoped to the current viewer session, allowing workflows to store and retrieve temporary metadata related to the active viewer instance.

This is useful for accessing information such as user selections, navigation context, or other session-specific state information previously stored with Set Session Value.

Last updated