Creating Dynamic title based on selection

Hi,
I'm trying to make the title of the app to be dynamic based on a selection. For example, I have a selector on the app to select "Clothes" from the drop down then I want the title of the app to show "Clothes" and if I make another selection from the drop down let's say "Footwear", I'd want the title to change accordingly. How do I do that in Retool.

Thanks in advance for any suggestions.

Hi and welcome!

You just need to reference the value from the selector in the text for the title. You do this by writing whatever other text you want and then {{selectorXyz.values}} where selectorXyz is the name of whichever selector you want to use for the dynamic title.

Then you pick from the selector and the title updates:

1 Like