
2kwyh (2kwyh) asked a question.
Hello,
We are trying to implement a group rule for User Profile Attribute assignment, where if any value is added to the key:value, that it will assign an application. However, when looking through the Developer Documentation: https://developer.okta.com/docs/reference/okta-expression-language/
I do not see a way to do a contains wildcard, just contains a specific string of text (and "*" does not work).
Is there a way to match a wildcard value in the Group Assignment Regular Expression for this group rule?

Try by,
If
String.len(user.<<attributename>>) != 0
Then
assign to <<group name>>