This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Approval workflow condition

I have an IT shop approval workflow set up with an initial check for an existing account.  Using a calculated decision, If the requested email address already exists, the workflow should stop.  However, this step seems to be hitting a 'deny' whether the email already exists or not.  

Here is the condition I'm using:

exists (
	select 1 from Person where Person.DefaultEmailAddress = '$CustomProperty02$'
)

Any ideas what I'm doing wrong here?

Thanks!

Ellen