Hello Power Automate Community,
I have the flow working, but can't seem to figure out how to Autofill the rest of the PDF Form. OUTPUTS is showing the selected data. Just struggling with this project, but learning at the same time.
[
{
"First NameRow1": "MARY",
"Last NameRow1": "ABBRUZZESE",
},
{
"First NameRow1": "FRANK",
"Last NameRow1": "ADKINS",
},
{
"First NameRow1": "PIERRE",
"Last NameRow1": "BAUSSAN",
}
]




Here is the JSON I'm using for the Form.


The Parse JSON I'm using.
[
{
"Provider NameRow1":"",
"National Provider Identifier NPIRow1":"",
"Date of Service MMDDYYYY One date per rosterRow1":"",
"Medicare IDRow1":"",
"Date of Birth MMDDYYYYRow1":"",
"Patient Signature or Signature on fileRow1":"",
"Last NameRow1":"",
"First NameRow1":"",
"MIRow1":"",
"Sex MFRow1":"",
"Address No StreetRow1":"",
"CityRow1":"",
"StateRow1":"",
"ZipRow1":""
}
]

What I'm I missing to have AutoFill the rest of the form?

Once this is solved, the project would be completed.😳
As always thank you so much Power Automate Community. very much appreciated.