Hi @kevingtan ,The issue you are experiencing with the XPath query and paths containing digits is due to the way XPath handles paths that start with a digit. According to the XPath specification, a path step that starts with a digit is not valid syntax.To work around this issue, you can use the `fn:...