Hi @WAllroggen , thanks for circling back and closing the loop. This one catches a lot of people, so it’s useful context for others reading later.
You’re right, the formula itself is valid. The confusion almost always comes from the preview behavior, not the logic. In HubSpot, the preview only evaluates against a limited sample of records, and it doesn’t guarantee representativeness across lifecycle edge cases. When you combine conditions with OR, that sample can look misleadingly “stricter” than reality.
In practice, once the property is saved and evaluated across the full contact set, IS_KNOWN(A) OR IS_KNOWN(B) behaves exactly as expected. Karsten’s nested IF suggestion is functionally equivalent, but not required if the preview is the only thing throwing you off. Good call to trust the actual data over the preview. This is one of those quiet HubSpot gotchas that isn’t obvious until you’ve been burned by it once.
