Hello all! I have a problem with a concatenation of various texts fields. In my automation I collect all the content that are in a custom field (strings) from all epics and put all the information into a parent custom field. The issue I have is that the content of the different epics is separated by comas in the parent as shown in the image:

Anyone can help me to remove this comas? In the automation I have this smart value to fill the parent Impact field:
"{{lookupIssues.Impact.concat("\n")}}"