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?.