I have a json table where I need to extract PO line items as separate rows. Each line needs to include the PO header details. I am using the JSON Path node and Ungroup node. But am unable to extract the data correctly. When there are multiple PO’s it repeats each POLineItem for every PO. So the example below if there was another PO with 3 lines. Instead of a total of 6 lines (3 for each PO) I am get 12 lines.
Hi @acseh,
I created an example workflow for you, that shows how you can decompose nested JSON documents such as the one you posted using collection queries: JSON extraction.knwf (33.8 KB)