The intention is to only include child elements (services) that match the name filter and have a property "SRM_ServiceType" equal to "Standard" as you can see in the screenshot below.
The name filter is working fine but the condition on the property doesn't seem to work.
Any tips would be appreciated.
Thanks.
Some experimentation shows that the config you have should unless the child element has been configured to "Include all matching elements in generated service"
Without the "include all matching elements" option checked, applying a service will refuse to create services that include a child element that doesn't have the expected property value, and when using the service template to create all options, will create services only for elements that have the expected property.
The conditions don't go well with having multiple elements selected as a child element (through the "include all" option) and cannot be used to further filter down the list of matching elements for such a child element.
Thanks for the clarification.