Hello,
I have two sharepoint lists.
I want to copy the value of list1 to list2 according to the number.value colum
list1 (userlist) fixbase with 10 000 items
number column name column
4 david
5 robert
6 tom
list2 (ticketlist) dynamicbase
number column name column
4 blank // david (to paste from list 1)
6 blank // tom (to paste from list 1)
4 blank // david (to paste from list 1)
the lists are used without app via windows.
Office 365 list and flow.
i want to fill name column in list2 according to number column
thanks