We are using a migrated ARC process to create new cases when emails are received. This was automatically created during migration. The trigger created causes the flow to run twice for the same email received.

I compared the output of this step and the only differences were:

It looks like one was triggered for the 'added' and the other was 'modified' change type. It doesn't seem like you can use `importsequencenumber` for 'added' change type. How can we fix this so this flow only runs once per email received?