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

@JelteDeJong, thanks for explaining, I did not know that it would only consider the last correct value.

 

Your code worked perfectly! Too perfectly for my uses, in fact :winking_face_with_tongue: The patterns I wished to suppress were nested under parent patterns, which were infected with errors up to the top level because their children patterns had errored, so the code suppressed all of them, as it should :face_with_tears_of_joy: I suppose I will try reworking how I modeled that section so that the patterns I don't want suppressed won't be thrown in with the ones I do. Thank you so much for your time, I really appreciate the help.