Hi everyone,
I’m working on a FactoryStudio project and I’ve run into an issue with accessing the Name property from a reference tag. I followed the tutorial for creating tag templates and setting up reference tags as described below:
- Created 
Pump,Valve, andTanktag templates. - Created 
BrewLinetag template containingGristMill,MashTun,LauterTun, andBrewKettletanks. - Created 
RefBrewLineas a reference tag withBrewLinetype. 
However, I’m only able to retrieve Tag.refBrewLine.Link, but not Tag.refBrewLine.Name.
Has anyone encountered a similar issue? How can I correctly access the Name property from a reference tag?
Thanks in advance for your help!