I have a question about data variables.. why can I not use a data variable that I created in the body in links?
I created a data variable called registrationLink and set it as string and set the value as the final destination link that I want the users to divert to (this is an external link)
I have a landing with multiple buttons and I want to bind the url to this registration link so that when I update the registrationLink once, it updates everywhere..
Obviously I am doing something wrong / or I don't really understand the purpose of data variables.
How can I achieve this, where I update the link once and it gets updated everywhere?