Skip to main content
Version: Next

Get From Map 2

Get 2 elements from a map

Description

Returns the 2 elements with the keys given in the inputs, in the map given as the input

Inputs

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

Outputs

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