BPM - Create Case-Sensitive field

There is a field in the system which is not case sensitive natively in the system. I’m working on writing a BPM to compare against the data in the field but it throws up the exception whether it is upper-case or lower-case. I want to only throw the exception if it has been entered as a lower-case value. Has anyone worked with case sensitive variables in an expression field? I’m trying to enter it in as one of the conditions prior to the exception.

Never mind. I finally found in a thread to use “matches” instead of “is equal to” as comparison.

1 Like