Avatar

Correct answer by
Level 10

Did you set the binding of those masterpage fields to 'global'?

Every repeated masterpage represents a new instance with its own data window.

To have the same data in all the instances the binding needs to be global.

View solution in original post