Good day!
I was able to generate a pdf file and send it as attachment in my power automate flow using OneDrive for Business connector (using create file and convert file actions). However, the drawback if this way is that I need to specify a folder in my OneDrive account where all the users has to have upload their files to (or have access to).
As an ideal solution, I wonder if there is anyway I can do the same using Dataverse Upload image or file action. I create the html code that needs to be converted to pdf, now I need to know the way to create it a html file then convert it to pdf similar to what we do with OneDrive for Business.
My dataverse table columns.
ID* (auto number column) - Attachment (file column) - Request ID (int column sent from powerapps) - CreatedOn (date)
Thank you in advance!