Hi, I am trying to build an app that inputs 4 fields to an API through a power automate flow and return a JSON, I have been successful to return the JSON as a text but I need it formatted as a table so it is readable to the user this is my flow:
My formula on Power Apps:
ClearCollect(colreturnedticket1,Table(ParseJSON('PowerAppV2->Loginmonthly'.Run('Numero Vuelo'.Value,'Fecha Vuelo'.Value,'Apellido Cliente'.Value,'4 Ult Num Tarjeta'.Value).response)))
This is my APP:
This is my JSON response sample:
If I parse it on power automate I am not able to get, from "Transactions": and fwd.
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.