My apologize, did my research but really struggling, this is my first project working with JSON. Wanted to know how to get PowerApps to produce the JSON.
I have already built a workflow with the parse JSON that I need to populate into a PDF form. Just need to understand now how to get PowerApps to produce the JSON so it could interact with Power Automate.
{
"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": "",
"Medicare IDRow1_2": "",
"Date of Birth MMDDYYYYRow1_2": "",
"Patient Signature or Signature on fileRow1_2": "",
"Last NameRow1_2": "",
"First NameRow1_2": "",
"MIRow1_2": "",
"Sex MFRow1_2": "",
"Address No StreetRow1_2": "",
"CityRow1_2": "",
"StateRow1_2": "",
"ZipRow1_2": "",
"Medicare IDRow1_3": "",
"Date of Birth MMDDYYYYRow1_3": "",
"Patient Signature or Signature on fileRow1_3": "",
"Last NameRow1_3": "",
"First NameRow1_3": "",
"MIRow1_3": "",
"Sex MFRow1_3": "",
"Address No StreetRow1_3": "",
"CityRow1_3": "",
"StateRow1_3": "",
"ZipRow1_3": "",
"Medicare IDRow1_4": "",
"Date of Birth MMDDYYYYRow1_4": "",
"Patient Signature or Signature on fileRow1_4": "",
"Last NameRow1_4": "",
"First NameRow1_4": "",
"MIRow1_4": "",
"Sex MFRow1_4": "",
"Address No StreetRow1_4": "",
"CityRow1_4": "",
"StateRow1_4": "",
"ZipRow1_4": "",
"Medicare IDRow1_5": "",
"Date of Birth MMDDYYYYRow1_5": "",
"Patient Signature or Signature on fileRow1_5": "",
"Last NameRow1_5": "",
"First NameRow1_5": "",
"MIRow1_5": "",
"Sex MFRow1_5": "",
"Address No StreetRow1_5": "",
"CityRow1_5": "",
"StateRow1_5": "",
"ZipRow1_5": ""
}

Will change "Manually trigger a flow" once I figure out Power Apps JSON.
Any help is really appreciated, Thank you in advance.