How can I only render a part of a text's value?

I have a database instance with a field “text” that contains up to 250 characters. I now try to only the first 150 characters of that field with a ‘…’ suffix in my text element. How would I basically implement this?

Hi there, @jonas91… you can do what you described by creating a conditional on the text element that looks like this.

truncate

Note that typing the three dots after the expression can be a bit tricky. You just have to click in the right place after the expression to get the cursor to show up so you can type.

Hope this helps.

Best…
Mike

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.