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
, andTank
tag templates. - Created
BrewLine
tag template containingGristMill
,MashTun
,LauterTun
, andBrewKettle
tanks. - Created
RefBrewLine
as a reference tag withBrewLine
type.
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!