Hi All,
I have collection(CatMaster) in that one of the Column(Tool) which is in the form of Table as show in below Screenshot.
I have extracted table data in the of form String by using Concat Function and displayed into a gallery using Label control.
Collection Table Data:

Formula: Concat(ThisItem.Tool, Value &",") //"Text property of a Label (ToolsLbl) "
Output of Concat Function and displayed in to a label

Now I need to Remove or Trim Comma(,) at last position of a String and displayed into a same Label.
Any help would be greatly appreciated.
Regards,
Satish.