Has anyone been able to use the PBDOM_Element.GetChildElement method successfully in PB2017? I'm using PB2017 R2 currently, won't be migrating to 2019 until R2 is GA. Anyway, I have an element with 5 sub elements. I'm able to get all of the sub elements using GetChildElements method, and when I loop through the array returned, the element I'm looking for is in there. But when I do GetChildElement and pass the element name, I get null returned. This seems like a bug to me. Anyone got the GetChildElement working successfully?