The finishedLoading field is false by default. Once qRules code finishes loading in the form, it gets set to true. So - in general, you could add a condition that "finishedLoading = true" to your rules. However - you could also just assume the only thing that will change finishedLoading is the qRules logic, and that it will only change on time (since the code is what sets it) OR you could add a stop rule at the beginning that prevents the rest of the rules from running when it is NOT true. For example, I usually have a form logic XML data connection in my forms with a field named "stop" and at the beginning of my finishedLoading rules, will add a rule with the condition "finishedLoading is not true" and the action to set stop to blank, and not run any additional rules. Simple sample attached - save the file locally, right click and select design, then you can preview / look at the rules / etc.
Hilary Stoupa
