I have an application that is converting data from a form and datatable into html and then sending the html to flow to convert to PDF. The problem that I am having is that at least every first time that a pdf creation is triggered, I receive "Show your HTML text here" instead of the data that should be in the pdf:

I can run the same request again and will get the correct data displayed. I did go through and make sure that the "Show your HTML text here." was not showing in my html text control properties. The code to trigger the flow is: UpdateContext({varPDFHidden:true});Set(fileurlvar,MakePDF.Run(HtmlText2.HtmlText, OrderNumberLBL.Text & " " & GUID()));UpdateContext({varPDFHidden:false});Launch(fileurlvar.url); My flow looks like this:

I have verified that the data received by Power Automate from PowerApps is the issue via the html variable.
Any ideas on how I can fix this issue?