If an integer parameter is increased by 1 in the parameter script, e.g.
parameters test = test + 1
the script may run multiple times during one user operation. A parameter that is assigned 1 to start with could then be 4 after one single user operation. Is there a workaround for this?