Page 1 of 1

Use variable as trigger

Posted: 05 Jul 2018 06:07
by Les
Hi folks,

any ideas how to use a variable as trigger? Maybe I'm to stupid :) But using Automagic seems so easy until I started to try this :)

Thx
Les

Re: Use variable as trigger

Posted: 05 Jul 2018 06:50
by digitalstone
Global variables can be used as a trigger with trigger called "Global Variable" ;)

This trigger will ONLY get triggered when the value of it is changed. So not when it is overwritten with the same value as the old one.
Also, for obvious reason, you can only use a global variable for this... not just a local variable.