Choose starting number

Hi,

I have a routine that renumber a category that I choose. But I want to choose the starting number… How can I change to choose in Dynamo Player, with a String?

Thanks!

Certain nodes can be used as inputs in Dynamo Player. Just right-click the node and check “Is Input”. Then it should show it the Player properties.

For a simple input like this, the built-in inputs should be good enough. For more advanced inputs and (in my opinion) a better user experience, look into Data-Shapes.

1 Like

Pretty much what Nick said, but also make sure you replace your start number with a variable, then feed the player input into that. See attached.