SOLVED

Separate variable values for duplicate modules

Go to solution
Anonymous
Not applicable

Separate variable values for duplicate modules

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?

1 ACCEPTED SOLUTION

Accepted Solutions
Akshay_Pant
Level 5

Re: Separate variable values for duplicate modules

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

View solution in original post

1 REPLY 1
Akshay_Pant
Level 5

Re: Separate variable values for duplicate modules

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