Converting HTML to PDF problem with UTF-8
Hi
I created a simple flow to convert HTML (power apps) to PDF.
The HTML itself will convert correctly using UTF-8
(Create file -> File Content -> concat(uriComponentToString('%EF%BB%BF'),triggerBody()['text']) )
On the other hand, PDF saving is without using UTF-8 I don't know why this is happening.
Thank you for your help