Let Conditions save their result to a variable
Posted: 26 Oct 2016 00:10
One of my common use cases for Conditions is to store a variable. If it is true, set variable=true, if false, set variable=false. Usually this is a global variable that I'm using to save a previous state for restoring later. This is so simple yet I have to use three containers to achieve it. It would be good if all conditions had a field where you can enter the name of a variable to save the result of the Condition to.