I have two workflows with the trigger ‘When an item is created in a SharePoint list’ which have some different actions. One of them is going to be used only during de migration of the data and the other one when the app starts working.
During the migration process it is turned on the corresponding flow and the other is turned off. When the process finishes, I turn off its flow and turn on the one it is going to run when the app starts working.
The problem is that this second flow considers as new items those which have been created and runs one more time through them. We need that the flow only considers as new items those created after its start-up.