
Announcements
Hello,
I have created a flow that will recognize when a specific email has been received, take the attached Purchase Order PDF and parse out information (using an AI model) and create an Excel file.
My problem, is how to reference the individual fields in the PO Detail lines (it is a grid)?
po_line_nbr | po_item_nbr | requested_date | qty | uom | unit_price | currency | extended_amount |
If I reference the "po_detail_lines_entries" I can see all the data (see below).
When I look at the raw data from "Extract Information from documents 2" and put the data in the JSON Beautifier I see how the data is structured but do not know how to reference the individual fields "Add a row into a table" from the JSON. (See below)
Any assistance or other ideas would be greatly appreciated!!