I'm hoping someone has done this and can help me.
Right now I have 3 fields from PowerApps that I'm passing into Flow using the JSON expression. It is working and I'm able to send them to Flow.
The fields are simple fields: Name, Email, & Title.
I use the Parse JSON expression to separate the 3 fields.
I'm just not sure what my next step is with the fields and how can I incorporate those fields within my HTML and then create the form with the HTML and data.
Here is a sample of my HTML code and after Employee Name, is where I want to put my data: At the INSERT HERE.
<div style="position:absolute;left:42.00px;top:97.20px" class="cls_004"><span class="cls_004">EMPLOYEE
NAME</span> INSERT HERE from FLOW </div>
<div style="position:absolute;left:312.00px;top:97.20px" class="cls_004"><span class="cls_004">DEPARTMENT</span></div>
<div style="position:absolute;left:42.00px;top:119.52px" class="cls_004"><span class="cls_004">POSITION / TITLE</span></div>