Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Syncronize 2 lists by a field that is NOT the ID field

(0) ShareShare
ReportReport
Posted on by 413

Hi there,

 

To start a new project I need to syncronize two lists. 

First step, I need to take all data from the first list to the second one, by using the "BigBag" field as key. 

Suppose to have this list as List1:

 

BIG BAG MATERIALS
BigBagMaterial
1A
2B
3C
4D
5E
6F
7G
8H
9A
10B
11L
12M
13N
14O
15A
16A
17A
18D
19C
20E

 

I need to bring the materials in this second table (List2):

 

LINES SUPPLY MAP
LineaBigBag
Cast 36
Cast 320
Cast 35
Cast 34
Cast 41
Cast 42
Cast 43
Cast 44
Cast 57
Cast 58
Cast 516
Cast 54
Cast 613
Cast 610
Cast 612
Cast 69
Cast 714
Cast 711
Cast 713
Cast 79
Cast 819
Cast 818
Cast 817
Cast 816
Cast 815

 

I try with GetItems+Update Item but the connector asks for the ID, I don't know how to tell him to copy and paste the value using "BigBag" field. 

 

Please note that in the second step I have to build a flow that will syncronize the BigBag details, so when a row from List1 is edited, new values had to be syncronized in the List 2 using "bigBag" filed as key.

 

 

Some help? 

Thanks!

  • Calcioscacchi Profile Picture
    413 on at
    Re: Syncronize 2 lists by a field that is NOT the ID field

    Thats works perfectly. 

    Thankyou!

  • Verified answer
    BCBuizer Profile Picture
    22,165 Super User 2025 Season 1 on at
    Re: Syncronize 2 lists by a field that is NOT the ID field

    Hi @Calcioscacchi ,

     


    For a one off activity, this is how I would do it:

    BCBuizer_1-1715962703882.png

     

    Not the prettiest, but it will get the job done.

     

    Here are the inputs in text format, but you need to make sure all actions in your flow are name exactly as in the screenshot for them to work:

    @{outputs('Get_items_-_Lines_Supply_Map')?['body/value']}
    
    BigBag eq '@{items('For_each')?['BigBag']}'
    
    @{outputs('Get_items_-_Big_Bag_Materials')?['body/value']}
    
    @{items('For_each')?['ID']}
    
    @{items('For_each')?['Title']}
    
    @{items('For_each’)?[BigBag']}
    

     

  • wyattdave Profile Picture
    406 Super User 2025 Season 1 on at
    Re: Syncronize 2 lists by a field that is NOT the ID field

    Have you consider setting the big bag column (LINES SUPPLY MAP) as a look up column to the (BIG BAG MATERIALS). It will require copying data over into a new column but after that will automatically show the value you need with no need for a flow.

    https://support.microsoft.com/en-gb/office/create-list-relationships-by-using-lookup-columns-80a3e0a6-8016-41fb-ad09-8bf16d490632

     


    >--------------------------------------------
    If this helped solve your question please mark it as the solution.

    I also do a weekly Power Platform blog at https://dev.to/wyattdave

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard >