Hi,
I'm creating a lot of services with a service template feeded by a csv file.
For some channels here we have two probes and the element name is stored also as a property. So it's easier to access the name in Visio drawings.
Creating the property:
Property from a service where only one probe is available:
My problem is now when I use a shape with Element [property:CHANNEL_ELEMENT_SOURCEPROBE2] it will be shown. Is there a way to prevent it? I guess [element:5:name] is creating something like a wildcard.
Hi Stefan,
The "[element:5:name]" is a placeholder that gets resolved at service creation time, linking to the name of the child element with id "5".
When there is no such child element (e.g. because it is optional), the placeholder cannot expanded and remains as is.
I'm afraid there's no way around this without a software change (which could then return an empty value in this scenario)