
Hi,
I have two sharepoint lists, that have different unique id’s but have same title name field.
i want to have a flow that updates both the lists based on any update in either of the lists.
For example - if list 1 added something list 2 gets updated and if list 2 add or remove something list 1 gets updated.
Any help would be really appreciated.
How about creating two flows with a "When an item is created or modified" trigger to detect updates to each lists? After the trigger, copy the value to the other list.