I have a new form where I set a people picker field to the current user in JavaScript. This is called from a rule configured to run when the form is ready.
This then triggers a rule that runs when the people picker field is changed.
This works fine most of the time, but sometimes (approx once every 20 times) the on-change rule is not fired. The browser debug does not show any errors. It feels like the rule to set the field is firing before the on-change trigger is registered.
I’m using DFFS 4.4.3.37.
Any suggestions on how to fix this?