Simple Question

How do I get this:

promotion.slide[0].line2.text()

into this:

this.Line1.text1

This is not working:

this.Line1.text1.text = promotion.slide[0].line2.text();

Thanks :slight_smile: