#is there a way to create an execution every time a specific variable/value changes?
3 messages · Page 1 of 1 (latest)
get event receiver and config it to receive "{Variable name} Changed", this will fire exec when the variable changed expect if it changed to the same value
thanks