I’m struggling to do a workflow condition for my event. Essentially, when a company adds a user to their database, I want to be able to check if:
- The user already exists.
- If the User already exists in the company list of users.
A company is a type of thing. In the screenshot, I’m doing a search for the user, if the user exists then count = 1 (this works). But when I add the second condition, search for user to see if the current users company exists for this user, the logic does not seem to work. Does anyone know what I am doing wrong?