I want to use a radio button / select to show certain sets of data. How do I use Visibility to do this via the select's value?

I have three sets of data that I’d like to only display one at a time, based on the value of the radio/select element above them.

I can’t figure out how to use Visibility for this. What is the key to get that select value? Thanks!

Hi @rneary

For this specific use-case, you would need to use custom code, as tag below the select doesnt have the value of select.

Maybe I can use Tabs for this, hm…

@rneary

Yeah, that would work :slight_smile: Use predefined tabs element and just drag & drop it to get working tabs instantly.