Re: Copying files with properties from one site to another
1. Take value of the lookup column from source list
2. Use Get Items to get items from the target list which is used in the lookup column
3. From outputs of Get Items, take the first element id using expressions first(body('GetItems')?['value'])?['Id’]
4. Use that item id in the update action to update value of lookup column