Skip to main content
Version: Next

Get From Context

Returns the value assigned to a given key in the given context

Description

Returns the value assigned to the given key in the given context.

When a value is assigned to a context using any context assignment brick (E.g: 'Set In Context'). This brick can be use to retrieve the context later.

Inputs

  • context (Context): Context in which the value must be looked for
  • key (Object): Key to which the value has been assigned

Outputs

  • value (Object): The value of the key