Human UI text input field to remember previously entered data

Is there a way to make Human UI text input field remember previously entered data, and this previously entered data can be pulled from the content cache name as shown below

You can use a setup as shown below to offer two UI input elements based on choice, as you can see there is a warning in the add elements beacuse the UI window will refresh/update everytime the toggle is changing, but in your example case it should be ok.

That’s the setup I ended up doing later in the day, but as you said it’s not great practice to use stream filter on UI elements and I was wondering if there was a way to bring up the history inputs from the label UI instead of having to use both, I think it would be cleaner that way.

Thanks for your suggestion!

I might actually use the show/hide UI element for now instead of stream filter. But it would be great to have a feature to remember user input, it seems like it’s a requested feature from Human UI that I’ve seen on a couple of other threads.