Hi,
I´ve got a file on my OneDrive (4Business) and the same file on my DropBox.
If it´s getting modified from one of them, it should be copied/overwritten to the other. There is a Flow for each system.
As expected, this will lead into an infinite loop!
So I changend the modify to a delete -> create. But both Flow´s still process it as a modify.
Now I´m searching for a nice solution to only process changes, which were raised by a user (me) and not the other Flow!
Du to the fact, that I´m the owner of both Flows, the property "Modified by" will be my user in all cases.
Some Ideas are:
- Deactivating the other Flow during the modification (doesn not work, because it´s not realtime)
- Creating some kind of "Global Variable" (File?!?) which somehow works as ignore-gate
- Submit special metadata (doesn´t work: Readonly)
Maybe you got some ideas how I could make that possible 
I´d be happy for any suggestion!
Thomas