Get From Map 8
Get 8 elements from a map
Description
Returns the 8 elements with the key given in input, in the map given as 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
- key 5 (String): The key value of the element 5 to search for
- key 6 (String): The key value of the element 6 to search for
- key 7 (String): The key value of the element 7 to search for
- key 8 (String): The key value of the element 8 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 with the key 1
- value 2 (Object): The value of the element 2 that matches with the key 2
- value 3 (Object): The value of the element 3 that matches with the key 3
- value 4 (Object): The value of the element 4 that matches with the key 4
- value 5 (Object): The value of the element 5 that matches with the key 5
- value 6 (Object): The value of the element 7 that matches with the key 7
- value 7 (Object): The value of the element 7 that matches with the key 7
- value 8 (Object): The value of the element 8 that matches with the key 8