Hi,
To tables with 1:1 columns (of course in dataverse are some more):
T1 - xls table
T2 - dataverse table
In both custom ID - UID column
The goals are:
1. to pick up from T1 records which not exist in T2 and put them there
2. to pick up from T2 records which not exist in T1 and update in T2 field 'Active' from Yes to No
My flow is works fine. On the end a have to 'Filter array" and both return what I want:
1st - records from T1
2nd - records from T2
But I dont know how to update the T2
When I use 'Add new rows' and I cannot see 'outputs' from first array. Just the outputs from 1st and 2nd selects.
How can I update and add new rows to datavers table from array ?

