Hi, Is it possible to add text content to file with line breaks? Example: ``` Template: {textblock} {textblock} will be replaced by: Line 1. \n Line 2. Expected result: Line 1. Line 2. ``` Thanks
Hi,
Is it possible to add text content to file with line breaks?
Example:
Thanks