You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to achieve case sensitive string comparison in rule expression.
Example, object1.Name == "SAM" and object1.Name == "sam" should be treated differently for my scenario.
Appreciate any suggestions.
The text was updated successfully, but these errors were encountered:
How to achieve case sensitive string comparison in rule expression.
Example, object1.Name == "SAM" and object1.Name == "sam" should be treated differently for my scenario.
Appreciate any suggestions.
The text was updated successfully, but these errors were encountered: