Skip to main content

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?

Hi rthomson



 



When adding an individual text value to the collection, just add a whitespace after the value. If you look in the screenshot below, i am creating a collection of full names from the variables txtFullName. I have put a space right after the variable which then created the whitespace. I hope this helps 


Reply