Hopefully I can explain this correctly…
I have multiple devices that all have the same tag structure.
Device 1
/VCF33601/BDP1
/VCF33601/BDP2
/VCF33601/US
…etc
Device 2
/VCF33602/BDP1
/VCF33602/BDP2
/VCF33602/US
…etc
Device 3
/VCF33603/BDP1
/VCF33603/BDP2
/VCF33603/US
…etc
I want to build the display dynamically. When I click a button on a main screen indicating which device variables I want to look at, I set a Client Tag “macName” to the device. IE macName = VCF33602
So insteand of showing the value of my numeric label “VCF33602/US” how do I use a variable in the tag path?? “macName/US”