Getting a VAR from another Template (Global VAR)

Hi!, There is any way to SET a variable in one template, and then GET the value storage in that value in another template??? Thanks!!!

Hi Fernando! This is definitely possible, however you’ll have to make sure that the template you set your variable in is placed before the template you use the variable in. Variables act “Global” (accessible outside of the context of a template) by default unless you set them up as local variables.