Button displaying text

Hello. Is it possible to add a button on a page when clicked displays some text (static text - not from data). If so, how do I do this?

Create a User Specific Boolean column in your table. Then change the action on the button to a Set Column action and configure the action to write ‘true’ into that user specific boolean column. Use that column in a visibility condition on the component you are using to display the text.

1 Like

An alternative for you is this.

Epcot Center

Epcot is a theme park at Walt Disney World Resort featuring exciting attractions, international pavilions, award-winning fireworks and seasonal special events.

2 Likes

Perfect. Thank you.

1 Like

Please note that the set column action will consume more updates.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.