I'm looking for an improved way to handle the following App requirement.
If a user of the app selects a RADIO button, then a FILE Browse is required. Otherwise, the FILE Browse isn't necessary.
When left blank, an error message is delivered. My app only needs an input file when the TRUE condition exists.
How would you solve this?
I am overthinking it.