Add Whitespace to a Collection

  • 21 May 2021
  • 1 reply
  • 14 views

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?


1 reply

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