I am using the Optimise Selection operator with a RVM operator to select from 250 attributes. It works really well and keeps just 85 attributes and produces a nice model. In the production process I am developing I want to skip the optimise selection step and just select the attributes as the database is read to run through the model. I thought to do this I could simply attach a Select Attributes operator after the selection operator and then move this up the process. However The select attributes is not populated with attribute names from which to select the 85 I want. I cannot run the process to force the data through as it won't run with out any selected variables. I think maybe I am not seeing a simple solution!