I've a flow where I want to work on items in a sharepoint list that I import from a project-file. I'm starting the flow with a "item is created or modiefied" trigger. Because i don't want to run the flow when i update the list from the project-file I disable the flow for the import/sync. But when I start the flow again it is executed for every new item that was created or modified during the time when the flow was inactive. I thought that the flow is only catching the new or modified items for the time when the flow is running, is this wrong?