rule to calculate length of a string. if the length of string exceeds 50, then show the access text with (...more.) else returns the sring.
Discussion posts and replies are publicly visible
https://docs.appian.com/suite/help/24.1/Appian_Functions.html -> "text"
The standard primitive function for text length is simply "len()".
For read-only text displays with such a length cut-off, you can simply use the Rich Text Display Field and in cases where the length is greater than 50, show the left("my text", 50) characters of it, then "(more)" - what's better, with the Rich Text Display Field you can then make just the "(more)" tag clickable and expand the displayed text to show the entire thing. I've used this trick in grids where a column has text that sometimes gets too long for comfortable display by-defult.