Hi All,
I am sending some invoices in pdf format to azure form recognizer from power automate. I am getting the JSON output that is way complex.
I want to get all the line item details such as the description,amount, quantity, unit price etc from the JSON output but so far i am able to get only the first line item.
Please help me out in this.
I am using the parse json object and after that in the select action i am using this expression (
item()?['fields']?['items']?['valueArray'][0]['valueObject']['Description']['content']
)
as this code returns only the first item description is there a way to get all the available descriptions in the available JSON
I am attaching the JSON output in here so you can check.