Hi all, I've been scratching my head on this for a while, I've only made it work in the very slow inefficient way with 10000+ API calls and 1-4hr Flow run times.
I have 2 Sharepoint lists.
List 'A' is a live list that is in constant use and is for capturing data inputs. It has a UniqueID calculated column in the format of MM/dd/yyyy&OrderNumber. i.e: 04/30/20232056
List 'B' is a source list that gets updated weekly with true data. It has the same UniqueID calculated column with the format of MM/dd/yyyy&OrderNumber. i.e: 04/30/20232056
I now need to match items in the lists on this 'UniqueID' value, and then update List 'A' with extra data from List 'B'. The data in question that needs updating is timestamp data such as order placed, order fulfilled etc etc. Plus I need to do these features:
I don't know the best way of doing this, but I know looping through nested For Each loops is not the best way to do it.
Any help would be great!
Bumping post:
I think I know the steps in theory:
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492