Looping list and add to tuple

Im sorry I made a mistake that output is a map like %{a: "a", b: "b", c: "c"} now I need output that be a tuple like this: {a, b, c}