View Single Post
Old 04-19-2021, 06:24 AM   #541
capink
Wizard
capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.
 
Posts: 1,197
Karma: 1995558
Join Date: Aug 2015
Device: Kindle
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.
capink is offline   Reply With Quote