I have a parameter for which I am showing a hint. I set the default value for it and it works fine.
However, that doesn’t work, if I want to enter a different value at the start of the assembly, then the next time the assembly is made, this value will automatically become the new default, so to speak.
I want the default value to always be fixed, and if you enter a different value in the field, then this value will be used only for this assembly (and the next assembly will fall off the fixed default value for this parameter).
Is this possible and how can this be done?
source
share