Hi all,
I built a flow that reads a Sharepoint list and sends the information via email. The problem in this case is a column of type "multiple lines of text". I can't get a line break for multiple entries.
Flow is processed successfully, but without line breaks. The values ​​are written one after the other.
My Flow:

Affected value: "Aktive Zugriffspakete"
expressions i tryed:
- concat(item()?['AktiveZugriffspakete'],decodeUriComponent('%0A'))
- item()?['AktiveZugriffspakete'],decodeUriComponent('%0A')

Sharepoint List:
- ist well formated

Mail Output:
- there are no line brakes

I would be very grateful for suggestions
Regards