I've noticed that if I use a module more than once in an email, that both instances have the same variable values.
For example, I have a spacer module with the following number variable ${spacerHeight}. I've added multiple instances of this module to an email. If I change the ${spacerHeight} value on one instance, it will change it for all.
Is there a way to allow different variable values for duplicates instances of the same module?
Solved! Go to Solution.
Hi Shannon Dunn,
You have to define mktoModuleScope="true" attribute in each variable declaration(Meta tags). Then you can change the value of every cloned module separately.
Regards,
Akshay Pant
Hi Shannon Dunn,
You have to define mktoModuleScope="true" attribute in each variable declaration(Meta tags). Then you can change the value of every cloned module separately.
Regards,
Akshay Pant