Hi! I'm trying to make an app where a user can input single text OR pick a file. Then it will do some processing depending on their choice.
My first thought was using the interface tools to enable/disable containers with those two inputs.
First I ask the user which option they want (text input or file input), then use a condition that will enable the appropriate container.
However, it looks like disabled containers can't contain interface tools.
Is there another way to approach this?

