@Anonymous
Here is one solution to your issue - see screen shots below.
Rather than looping through each item in the destination list for each value in the source list, I use a Get Items inside of each loop with an OData filter. The filter allows me to return just a single item - the item with an OLDID that matches the source rows ID.
Also, remember that Get Items returns 100 items by default - you'll need to set that up to a number of 200 or higher - see screen shot.
Also, if this is a one time thing that you won't need to repeat, you might consider using MS Access - you could link to both tables, and create an update query and update the destination list in just a few minutes.


