Get From Map 4
Get 4 elements from a map
Description
Returns the 4 elements with the keys given in the inputs, in the map given as the input
Inputs
- Control Flow (Control Flow)
- map (Map): The map to get the elements from
- 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
- key 3 (String): The key value of the element 3 to search for
- key 4 (String): The key value of the element 4 to search for
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
- value 3 (Object): The value of the element 3 that matches the key 3
- value 4 (Object): The value of the element 4 that matches the key 4