[Solved] Extracting values in repeated elements from a repeater

As you can see in the last picture I sent, a b c are in different rows which means they are separated with each other. I’m expecting it to be in one row only which means I can grab them as one string. When I tried your code and make it to show in the page, the only letter that is showing is the last letter, so if the result is this… b d c, I would see in the page is the letter c only, and not “b c d” .

For now, I made it 3 and not 9 just to make it clear.