How do I limit a text field in the RTC to 250 characters?
One answer
The Small String type is limited to 250 characters.
In addition, if you already have an existing attribute you want to limit, you could probably create a custom Validator
The Small String type is limited to 250 characters.