Hello
I’m trying to create a Power Automate flow so that when a record in list 1 is updated, the corresponding record in list 2 is updated synchronously.
My primary keys are “Title” column in List 1 and “Parent Risk” column in List 2.
Trigger for my flow is When an item or a file is modified.
Any help is much appreciated.
Thank you,
My Filter Query looks little different:
Should I put Parent Risk in the Trigger Output brackets?
Hi @EJ_002 ,
The key here is having a filter query on Get Items for your 2nd list. Here you would match Title (list2) equals Parent Risk (list1) and this will bring back the row in list2 you want to update.
Then in Update Items, you are referring to the Get Items row that was returned.
stampcoin
97
Michael E. Gernaey
70
Super User 2025 Season 1
David_MA
48
Super User 2025 Season 1