Is there is way to assign an initial integer value to a variable like the one below
and then later on in the piston, write an expression to plus 1 that variable?
I know it will work if I leave the initial value blank, (it will start at 1 and go up), but I want to start the number at “29” and then plus one from there, but it’s not working when I set an initial value of 29…
Thanks!