I have a Flow which triggers on
When an item is created or modified
on a List which has a Lookup column.
So, if Lookup column gets changed automatically(i.e., when someone change that particular list which is linked with lookup) will this particular Flow gets triggered?
@Anonymous
Changing a value in a lookup list will not cause the Flow to trigger. The reason is that a lookup column actually stores the ID of the lookup list item which cannot be changed.