Get Component in Window from Template in Template Repeater

Hello,

I have a defined template. I’m then using a template repeater in my window with the defined template. I have another component on the window that I would like each template in the template repeater to be able to access. How can I accomplish this?

Brian

I should mention that I’d like to use this value from the main window for a calculation that each template row needs to perform.

The “simplest” option would be to go straight to the parent window object, then drill down to the component; you’ll find that trying to chain parents from a template instance in a repeater to the window gets a bit excessive.
docs.inductiveautomation.com/di … rentWindow
docs.inductiveautomation.com/di … .getWindow