I have created an autoaction which triggers when the update button is pressed on the Profile Editor. - onAfterUserUpdate and onAfterUserProfileSaved.
There are two conditions. The first is that a certain field value should be greater than or equal to 3. This works fine.
The second condition is that the user is not in the usergroup 15. This fails!
I have set it to [usergroup] Does Not Contain 15 but, if a user is in that usergroup, the autoaction still triggers.
Where am I going wrong?