Hello All,
I have two filtered arrays below, data into each is coming from dynamics finance and ops app's respective tables.
-Array1 (data from table 1)
1. PurchaseOrderNumber
2. ProjectStatus
3. Approval Status
........... and many other fields.
Array-2 (data from table 2)
1. PurchaseOrderNumber
2. OrdererVendorAccountNumber
3. Tax Id
4. Fixed Asset Number and......................... plenty of other fields. See screenshot of the flow below.
What I need to do is, since PurchaseOrderNumber is a common identifier between both arrays, I just need to pull OrdererVendorAccountNumber field from array-2 into array-1 , none of the other fields matter from array2 except OrdererVendorAccountNumber to be pulled into array-1. May be a merge operation but how? Please help with a solution.
