Get Session Value
This action is only available as a session-based action.
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.
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