Expected Value" Matching (Existing Functionality)
Overview:
Expected Value field is used to define a single expected value that must match exactly for the key field to be accepted as completed.
How It Works:
- Select a Key Field – Users choose any field type (Picklist, Text, Number, Currency, Percent, etc.).
- Define an Expected Value – The user enters the specific value that marks this field as complete.
- Completion Check:
- If the Key Field’s value matches the Expected Value exactly, the key field is accepted by the milestone as Completed (✅).
- If the value is anything else or null, it remains considered as Incomplete (❌).
- If No Expected Value Is Set:
- The field is considered Completed as long as it is not blank (any value counts).
Example Scenarios:
Key Field Type | Expected Value | Key Field Value | Completion Status |
---|---|---|---|
Picklist | "Qualified" | "Qualified" | ✅ (Completed) |
Picklist | "Qualified" | "New" | ❌ (Not Completed) |
Text | "Approved" | "Approved" | ✅ (Completed) |
Text | "Approved" | "Pending" | ❌ (Not Completed) |
Number | "100" | "100" | ✅ (Completed) |
Number | "100" | "90" | ❌ (Not Completed) |
Current Limitations:
- Only supports exact matches. No way to define multiple acceptable values.
- No support for greater/less than comparisons for numeric fields.
Coming Soon
Enhanced "Expected Value" Matching
Overview:
This version introduces greater/less than comparisons for numeric fields and the ability to list multiple acceptable values for Picklist and Text fields.
What's New?
Comparison Operators (
=
,>
,<
,>=
,<=
) for Numeric Fields- Works only for Number, Currency, and Percent fields.
- Users can specify a range of acceptable values.
- Example: "Lead Score > 75" → Any value greater than 75 will mark the field as complete.
Multiple Expected Values for Picklist & Text Fields (
IN
Operator)- Instead of just one anticipated value, users can enter a list of values (comma-separated).
- If the Key Field’s value matches any of them, the field is complete.
- Example: "Approval Status = Approved, Pending, On Hold" → Any of these will mark the field as complete.
How It Works:
- Select a Key Field – Choose any field type.
- Select an Operator (
=
,>
,<
,>=
,<=
,IN
):- If the field is Number, Currency, or Percent, users can select
>
,<
,>=
, or<=
. - If the field is Text or Picklist, users can select
IN
and enter multiple values.
- If the field is Number, Currency, or Percent, users can select
- Define the Expected Value(s):
- Single value for
=
,>
,<
,>=
,<=
. - Multiple values (comma-separated) for
IN
.
- Single value for
- Completion Check:
- If the field matches the criteria, the milestone is Completed (✅).
- Otherwise, it remains Incomplete (❌).
Example Scenarios (Enhanced Version):
Key Field Type | Operator | Expected Value | Key Field Value | Completion Status |
---|---|---|---|---|
Picklist | = | "Qualified" | "Qualified" | ✅ (Completed) |
Picklist | = | "Qualified" | "New" | ❌ (Not Completed) |
Picklist | IN | "Approved, Pending, On Hold" | "Pending" | ✅ (Completed) |
Picklist | IN | "Approved, Pending, On Hold" | "Rejected" | ❌ (Not Completed) |
Text | IN | "A, B, C" | "B" | ✅ (Completed) |
Text | IN | "A, B, C" | "D" | ❌ (Not Completed) |
Number | > | "75" | "80" | ✅ (Completed) |
Number | < | "100" | "50" | ✅ (Completed) |
Number | >= | "100" | "100" | ✅ (Completed) |
Number | <= | "500" | "600" | ❌ (Not Completed) |
Important Notes:
- Greater/Less Than Comparisons (
>
,<
,>=
,<=
) are ONLY available for Number, Currency, and Percent fields. - For Picklist and Text fields, use
IN
to specify multiple accepted values. - Existing exact match functionality (
=
) remains unchanged.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article