Hi Vijay,
replaceAll($ActualString, '*', '\n')
Hope it helps!
Thanks & Regards,
Manikandan K
See the docs here: https://docs.mendix.com/refguide/string-function-calls/ You could use the replace all action to find all the asterix and replace it an asterix with linefeed.
Regards,
Ronald
Hi Vijay,
You can use html tag for line break
just use this ‘<br/>’ .