Need to trim text

Hi,
I need to either present part of a String,
or save part of that String into different field.
e.g
This a long sentence, I need only the first 15 chars -> This a long sen (15 chars)

Is there a way to do that?

Hi there, @chagit.hazani… the :truncated to option is what you need…

Hope this helps.

Best…
Mike

1 Like

:see_no_evil: It does, Thank you!

1 Like