kujaw
0
Q:

loop through map apex

for (Id key : Map.keySet()) {
    // The "key" variable is also available inside the loop
    List<String> list = Map.get(key);
    //  logic
}
1

New to Communities?

Join the community