Line spacing

2
I am creating a email microflow to email the changes to one of my object. I have a string variable which i want to fill in with the changes. However i do not know how to put a line break into the string so that it will be displayed in the email. eg: Change1: Change2: I know in Java you can use the character '/n'. How can you replicate the same thing in mendix. Thanks
asked
1 answers
1

You can use + '
'+  for Line break.

answered