Why is the initial value of a variable not the same as the current value?
I created a variable and set the value using a formula but the current value remains null . I can 't see the variables when I use them on the page in the editor (because they are null ) , but then when I publish the page , I see them . Does any one know why ? I 've attached 3 images which (hopefully ) illustrates this . I would like to be able to see these variables and am not sure what I 'm doing wrong . Thank you ! I think you are getting the input for the variable formula from your URL parameters right ? That is probably why it works in live mode (when the URL parameters are what you set them to be ) and not in editor mode (when the URL is the URL of the editor ) . I might be wrong , but I think that 's why it behaves like that in editor mode . It works as I intended , just thought I was missing a concept