Hi @expert,
I need your help and expertise. I have 3 sources (with columns) as below:
SharePoint List A: Name, Date, Status
SharePoint List B: Name, Date, Status
SharePoint List AB: Name, DateA, StatusA, DateB, StatusB
*SP List AB is the merged List from both A & B.
Expectation Result:
To create automated flow that can trigger any new data/modified from SP List A & SP List B to SP List AB (No duplication to the SP List AB).
Example data & result:
SharePoint List A: Trip A, 12/7/2023, WIP
SharePoint List B: Trip A, 13/7/2023, WIP
SharePoint List AB: Trip A, 12/7/2023, WIP, 13/7/2023, WIP
and if user changes any data in SP List A or B for example:
SP List A: Trip A, 13/7/2023, Completed
SP List B: Trip B, 13/7/2023, Completed
SharePoint List AB: Trip A, 13/7/2023, Completed, 13/7/2023, Completed
List AB will be updated to if there is new/changes to the line item in List A & List B
Thanks