
wedjz (wedjz) asked a question.
Looking to create a smart group that only includes new employees after a specific start date, our current attribute for start date is pushed from Workday and is formatted yyyy-mm-dd and I'm struggling to figure out how to write an appropriate expression to manage this. Ideas?

Hello Matt,
Okta has conditional Expressions, if the attribute for the start date is a valid value you can use the expression language listed below.
You can specify IF…THEN…ELSE statements with the Okta EL. The primary use of these expressions is profile mappings and group rules. Group rules do not usually specific an ELSE component.
The format for conditional expressions is
[Condition] ? [Value if TRUE] : [Value if FALSE]
There are several rules for specifying the condition.
The following functions are supported in conditions.
Note: Use the double equals sign, ==, to check for equality.
If you need additional assistance please open a Support Case with Okta at 1-800-219-0964.
Hello Matt,
Thanks for posting your inquiry in Okta Community Portal.
If you receive a great answer to your question(s), please help readers find it by marking it the best answer. Hover over the answer and click "Best Answer."
Thank you,
Mike Davie
Okta Help Center