Hello Great community
I've three SP Lists called 'UAM', 'North WH' & 'South WH'.
The columns in 'UAM' Are as following:
idkort (single Line of text)
Produkt (Single Line of Text),
Artikelnummer (Single line of text)
Qty (Single Line of Text)
Site (Choice Column with values 'Norra' & 'Södra')
Unit (Single Line of text)
The 'UAM' List is already populated with 4600 rows, the 'Unit' column is empty on all rows. I want to create a flow that if the 'Site' Column is equal to 'Södra', retrieve the data in Unit column (LookUp Column) FROM my 'South WH' by matching the 'Produkt' String from my 'UAM' in my 'South WH' stringQrkod column (Single Line of text) SP List. and If the Site value is 'Norra' do the same procedure but in my 'North WH' SP List. Also populate the earlier 4600 rows in my 'UAM' based on the condition i provided.
Im no expert so i would appreciate a detailed explanation if possible, i tried to do it but recieved an error saying "Actions in this flow may result in an infinite trigger loop. Please ensure you add appropriate conditional checks to prevent this flow from triggering itself"
I'll attach some images from my SP List in hope that it helps you understand.