Hi everyone.
I've tried to create a collection with 3 values, of which one is a "combobox" where the user can add several values.
The thought is one row for each value in "combobox" where the other two values just repeat.
To simulate I created the image below...

When I press the button I want a result that looks like: "Test1, 1, A1" and "Test1, 1, A3"
But after a lot of trials, the closest I get is:

The formula I've got now is:

Would appreciate if someone could tell me the last piece of the puzzle to this challange.
//Filip