Hi,
Is it possible to display an input (string or number node) on dynamo player based on Boolean value selection from user?
Hi,
Is it possible to display an input (string or number node) on dynamo player based on Boolean value selection from user?
Are you saying you want to show one of two possible inputs based on another selection?
A) The selection wouldn’t be seen until after the graph ran to even be able to make the change.
B) The is input state exists before the run (same issue as above) and can’t readily be changed.
What is the need for two inputs? You can use a string input for both strings and numbers and just convert the value afterwards.
Yes, you can definitely use a conditional to make sure your graph uses the correct value. But I don’t think you’ll be able to control whether the optional value shows in the UI or not.
Great, tips. thank you guys