I want to be able to show more text like shown below in the picture. I’ve searched on the forum and everywhere online and it seems that Bubble can’t perform this function. I am unsure. It looks like some type of link function.
You could use the “:truncated to” suffix to your text in first place.
Then, when the “show more” button or the text is clicked, set a state somewhere “show full = true”
And then the last thing you need to do is to have a condition on your first text when “show full = true” that replaces the text with the same text without the truncated suffix this time.
In your text you can insert a custom state called “Open” (type yes/no).
As default, your text will be truncated. But when “text’s Open is yes” (you will create a condition to this using the conditional tab), the text will no long will be truncated. And you can do it thru a simple workflow. Take a look in what I did here for you: