Hi all,
I’m having trouble structuring a conditional and I’m hoping someone can send me in the right direction.
Background
I have a SaaS application that lets a user create a team, and subsequently becomes the “admin” of that team. That user can then add new users to said team by entering an email address in to an input field. That then triggers a workflow that sends an email to register a new account and adds that user to the team. Simple stuff.
Problem
However, if the email address is already registered to a person that has an account, then I want to send a different email saying that they have been added to the team (and not go through the register workflow).
I’m pretty sure I can create two workflows and trigger each one “Only when” conditions are met. However, I’m running in to problems with my conditional statement.
Does anyone know where I’m going wrong by chance?