Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
WCrihfield
in reply to: steveh3

If we create a Boolean type variable named something like 'RequiresUpdate', set to False initially, then loop all drawing styles before the main question, checking if each is 'UpToDate', and as soon as any one of them returns False, then set the boolean variable to True, then exit the loop.  Then check the value of that boolean.  If False, simply exit the rule, because no update is needed.  But if it is True, then ask the question, then if Yes, run the rest of the rule, as before.  This requires two loops of all styles though, instead of just the one, so it would be less efficient, but would get the job done the way you want.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)