I want to have a condition “If a variable is changed”. Not to any exact amount, just if the value is different from before.
1 Like
Store once the value in another variable and compare the values of both variables.
3 Likes