Skip to main content
Version: 2.13

Get From Map

Get an element from a map

Description​

Retrieves the element associated with the specified key from the provided input map

Inputs​

  • Control Flow (Control Flow)
  • map (Map): The map to get the element from
  • key (String): The key value of the element to search for

Outputs​

  • Control Flow (Control Flow)
  • map (Map): The map provided as input
  • value (Object): The value of the element that matches with the key