I have created a PowerApp and added an export to PDF button. I have created the PowerAutomate flow. I am now at the point of making a HTML code for the export. Is it possible to just put the form in without having to put in every single title, text, etc.?
What I want is something like this.
"<!DOCTYPE html>
<html>
<body>
<h2> PDF Report </h2>
<h2>Title</h2>
<div>"& Title1.Text &"</div>
<div>"& Form1.LastSubmit &"</div>
</body>
</html>
"
Is this even possible?
Thanks,
Shannon