
Hi,
I am using the Dynamics insert trigger to run a flow once a new Account record is created. In 99% of the cases everything works as expected.
In very rare cases the flow runs twice. A record only can be inserted once. Is there an explanation for this? Did someone encounter the same behaviour?
BR Christian
Hi @chris4325
Believe you are using the below trigger.
Do you have any plugin custom code behind the scenes based on a certain field?
Also check the run history what's the time interval between each runs?
Interesting question 🙂
Thanks