We are using change data value to append a field to a field history. Ideally, we would like to enter a line break between each entry to make it easier to read. Currently I have:
{{system.dateTime}} - {{lead.Comments (form)}} {{lead.Comments(History)}}
But I would like it to be formatted as
{{system.dateTime}} - {{lead.Comments (form)}}
{{lead.Comments(History)}}
both fields are text areas and can handle a line break, but I cant figure out how to add one using a flow action.
I have tried adding /n, /r... but it just adds the characters. Is there a wrapper I need to use to have it change the value correctly.