Adding more details;
Let's say I've specified the input of my exposed REST endpoint with a structure;
Title - text (30)
Description - text (50)
Outsystems will not prevent a request with a Title with 80 characters.
Are there any easy ways to check / validate / prevent this ?
Instead of, of course, going field by field: if(length(title) > 30) ....
Thanks in advance,
Pedro Abreu