Hi,
I'm trying to drag data from one table into another (address) from a customer name column.
I understand unique ID's and the problem I have is that my table I need to update has multiple instances of the same entry, therefore flows will only update the first occurance.
I have 2 tables, one of which just contains customer name, the second contains customer name and addresses. I need to merge the address into the first one depending on which customer name the row contains.
I so far have 2 lots of get rows, from each table. Then I have an update row trying to add the address with the customer name as the key column and the customer name from the second table as the unique value.
Is anybody aware of a workaround?

Many thanks in advance..