Forum Discussion
PiotrBurchart-d
5 months agoCommunity Member
Keep variable changes
Hi, can a variable change be kept in another variable after changing it? For example, we have: Text variable "a", Text variable "b". Now, variable a will change (newly added text). The action is to...
AndrewHanley
5 months agoCommunity Member
Hi Piotr,
The problem here is that you are using the WHEN VARIABLE CHANGES trigger. That means every single time Var A updates to a new value, Var B automatically will.
If you remove this WHEN VARIABLE CHANGES then you can control when Var B will take the value of Var A.
In other words, you can change Var A as many times as you like, and it will only change Var B when you use a trigger to tell it to change.
Does that help at all?