Hello,
How do I seperate values when setting up a condition that if field1 matches John Doe, Jane Doe, Bob Doe then sends an email?
I don't want to do it where there is a unique condition for each one( if field1 matches John Doe
OR field1 matches Jane Doe
OR field 1 matches Bob Doe)
Also, is there a way to connect the workflow to a database? I want to populate a list of names in a SQL database and have it check for matches in that database.