Text entry length limits on detail screen

Text entry component has max length specified (on a detail screen).

It doesn’t actually restrict the length, other than showing it in red. The result will save without any issues.

Do these limits only work on form screens? If so, they shouldn’t show up as an option on a detail or new screen.

Is there any way to use those limits as a condition on an action? Or is it necessary to use a workaround with columns for text length and if-then?.

If you are not in a form, you can do a character count in the table since it’s being updated in real time, and base a condition from that count.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.