Hi, I’m having trouble implementing this. Basically, variable basket contains the string ‘apple’ and I have already created a variable called apple that contains string ‘seed’. How do I use seed by referencing basket?
I attempted using {{ {{basket}} }} which I thought would be the equivalent of {{apple}} but that’s giving me a template error. Any other ideas? Perhaps the {{ {{basket}} }} method is correct but implemented incorrectly? Any and all help is appreciated!