Parse XML Repeating List Not working Property
Hi Guys,
I am facing the issue on parse-xml.
Input:
<wd:Report_Data xmlns:wd="urn:com.workday.report/Loss_Control_WD_RAAS"> <wd:Report_Entry> <wd:Invoice_Date>2023-04-25-07:00</wd:Invoice_Date> <wd:Invoice_Number>LCP-RA-DEV-12025</wd:Invoice_Number> <wd:Latest_Printing_Run_group> <wd:PDF_Document wd:Descriptor="FirstEnergy Corp. LCP-RA-DEV-12025 2023-04-25.pdf"> <wd:ID wd:type="WID">WID123</wd:ID> <wd:ID wd:type="Document_ID">Document_ID123456789</wd:ID> </wd:PDF_Document> </wd:Latest_Printing_Run_group> </wd:Report_Entry> </wd:Report_Data>
I used type as a pagelist , pagegroup ,valuelist and valuegroup i only get the this value "WID123 ".
but i need to Document_ID . How achieve this issue please help me .