I would like to make an Auto Action that sends an automated Welcome email when our moderator changes the usergroup of a user from Prospective Member to Current Member. I have been playing around with "onAfterUpdateUser," but cannot figure out how to make the conditional work. It cannot just be initial variable different to current variable, because we have several usergroup statuses that could fall under this and are also updated in the same way by moderator (e.g. Former member, Alumni Member).
How can I make a conditional that picks up only the value of "Current Member"?
I tried a different way by just making a yes/no variable with "Send Welcome email" and trying v1_sendwelcomeemail not equal to v3_sendwelcomeemail, but it also does not work.
Any suggestions on what I am doing wrong or the easiest way to do this?
Thank you!