Issue
Our workflow enrolment uses multiple OR groups (Group A OR Group B…), with AND conditions inside each group.
Initial enrolment is fine, but re-enrolment behaves incorrectly: if a Group A property changes, the record can re-enrol because it matches Group B, even when Group A is no longer fully true. That makes re-enrolment feel unrelated to the change and breaks carefully scoped logic.
Expected behaviour
When a Group A property changes, only re-enrol the record if ALL Group A criteria are met at that time. A change in Group A should not cause re-enrolment via Group B (or other groups).
Suggested fix (any option)
- Allow group-scoped re-enrolment (e.g., “re-enrol when Group A becomes true / changes while Group A is true”), or
- Re-enrol only when the record meets the same group that enrolled it.
Impact
Records re-run automation for the wrong reason, causing incorrect downstream actions and forcing workflow duplication as a workaround.