
Hi everyone,
I'm using Power Automate with a Word Template, and I'm trying to insert a line break into a simple text field using an expression with concat().
I've tried the following options inside the concat() function:
<br>/decodeUriComponent('%0A')' '\n\r\n\rBut none of them are working as expected. The text still shows up on a single line in the generated Word document.
Is there a correct way to insert a new line or line break into a simple text field in a Word Template using Power Automate?
Thanks in advance for your help!