This may seem a little odd, but I'm looking for a way to send an alert when a particular text field contains more than 15 characters.
The field size is set for more than 15 characters (and it's OK when the field is larger), but in certain cases, I'd like to send an alert when the size of the field is greater than 15 characters.
I know I can restrict the field size in Studio, but it would truncate all of the records. I don't want to prevent the entry when it's greater that 15, but I do want to send an alert (only when other condition are met).