Conditions that should be met to trigger your Autoflow action. You'll build your criteria in three simple steps:
The criteria are based on a Candidate Attribute that will be compared to the desired value using an operator.
So, for example, if we wanted to check if a candidate’s Name is Sam, our Attribute would be “Name”, the operator would be “is”, and the value would be “Sam”.
Candidate Attributes are data points for each candidate. Some Candidate Attributes are determined when the candidates are created in Talkpush (such as Name, Source, Added date), and others after they fill out the Prescreening Questions (this can include Address, Expected Salary, and Age).
In our example above, where we want to check if a candidate’s Name is Sam, the Attribute would be Name. For Autoflow purposes, Attributes can be classified into one of 4 types:
Operators determine how a Candidate Attribute is compared to selected values based on its type. For example, to check if a candidate's name is "Sam," use the "is" operator.
Here's a quick list of Operators based on the Candidate Attribute Type:
No value can be chosen for operators that check whether an attribute is filled (empty or present).
-> Candidate Attribute 'Name'
-> Candidate Attribute 'Years in the industry'
-> Candidate Attribute 'Start date'
Autoflow is case-sensitive. If you're looking for Sam, make sure your operator checks 'Sam' and not 'sam' or 'SAM'.
In our previous example, where we want to check if the candidate’s Name is Sam, our Value would be Sam.
And finally, for Dropdown attributes, you’ll see the dropdown list to select your desired value.
You can also choose Select Candidate Attribute for any given attribute to compare two existing attributes. The available operators for comparison are determined by the first Attribute selected.
AND Clause: This logic requires all specified conditions to be true for the action to take place. It's like saying "This AND that must be true." If any of the conditions is false, the overall statement is false. For example, if you need a candidate to be 21 or older AND have more than 3 years of experience, both conditions must be met for the action (such as moving forward in a job application process) to be triggered.
OR Clause: This logic requires only one of the specified conditions to be true for the action to occur. It's like saying, "This OR that can be true." The overall statement is true if any of the conditions is true. For instance, if an action is to be triggered if a candidate was added before January 1, 2022, OR they have no registered phone number, meeting just one of these conditions is enough for the action to be initiated.
After you have linked your Criteria, your trigger is created!