I have a collection variable, which I'm writing to a text variable, and looks like this: 1,2,3,4,5
This text variable will later be written to a text field in a list, and I'd like to add a visible space after each comma so that it looks like this: 1, 2, 3, 4, 5
How do I do this?