hello,
I am creating a trigger to perform the following
When moving a user from group A to group B, the trigger will fire to link this user also to group C and send an email to the user.
The problem I am having now is
double emails to user - I guess this is due to I am using link created event?
trigger fires again if just moving/linking users to other groups - again due to link created?
Any advices?
Thanks