Indirect Tag: Accessing Property in another root container?

Just wondering how i can refer indirect tag to a property or path in another root or windows…simply i need to have one site name which will change all tags in all windows not only one.

I’m having a bit of a hard time understanding what exactly you’re looking for but I’ll give it a go:

You can use an expression binding like

tag(tagPath)

where tagPath is the path to your tag.

1 Like

If I’m understanding correctly, you have bound data being displayed across your project whose binding changes depending on the site that the user selects? Something like: siteA/pump1 vs siteB/pump1

You could store the selected site in a client scoped string tag. Then in each one of your data bindings you can insert the selected site tag into the path.

1 Like

Thanks for your hard time :slight_smile:
You made my day