Dynamo Player Conditional Input

Hi,

I’m trying to get my dyn working with Dynamo player and I ran into a question. Is it possible to make inputs required based on on other input values?
For example:


Here I only want the “Select Model Elements” prompt to show up if “Test All Elements In View” is false. Dependent inputs are necessary so that you don’t require the user to input needless information.

-Thanks

1 Like

This isn’t doable with the OOTB dynamo player inputs, but the Datashapes package does allow you to do some nifty step through efforts, popping consecutive and varying windows forms based on previous input. :slight_smile:

1 Like