If you are talking about the
this action, the answer is yes, but you need to modify the action to change the chain vars based on your choice.
But a better approach to this is to add a Chain Vars action to the top of your chain, add a variable called 'myvar' and check the "runtime option". Now whenever you run a chain you will have a dialog asking you to specify the value for 'myvar'. You can set conditions on the following action(s) based on the value of 'myvar'. For example:
Template:
Code:
program:
globals(myvar)
Datatype: text
Comparison: =
Condition Value:
1
You can replace
1 with whatever value you choose at runtime. You can also set multiple variables at runtime if you want.