Hi All
I am working on a flow that on new item in Dataverse table should create and attach pdf file to created row
So I am using Adobe connector to create PDF from HTML, but can only convert HTML file, rather then string, to PDF file.
And the question is - is there any way to create temporary HTML file in a flow without using any storage (Azure blob etc) , or is there any other way to create and attach pdf file from HTML string?
Thanks