I'd like to dynamically toggle features in the user interface of my Analytic App. The idea is to let a user supply data (columns) for a set of features but the data might not be compatible with each feature. There will be a minimal analysis that will be run every time, but the user would be able to supply additional data to enable more features. These extra features will mostly be macro's.
Scenario 1: user submits the minimal required data, turns 0 extra features on. Gets a minimal report.
Scenario 2: user submits a lot of data (many extra columns) and toggles a feature, a sub-menu item expands with a drop down of headers. Here the user selects the appropriate header of the data row that should supply the feature with information. The flow is run and outputs a more advanced report
So far I can enable containers with checkboxes, with detours added this can function as a proper feature toggles. Sadly, I have not been able to create a working flow with dynamic column selection as input for the toggled features. Is this even possible?