Hello !
I have a problem with a flow only writing the first value from a sharepoint list
I have 3 lists:
When an item is created:
List 1
New number - Reference Number -
List 2
Reference number - Various values
I need to create the list 3:
New number - Reference Number - Various Value from list 2
When an item is created on list 1, the flow need to check the Reference Number equal to the reference number on list 1 and write down the reference number and all values on list 3.
My problem is that when updating item on my flow it's stop at the first value of reference number and doesn't check if there is other field with the same reference number after. Can you please help me ?