How to create Parse XML from some XML

Hi Guys

How to create Parse XML by using below xml

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”>2f8b09bf04ac10400aab77c039950001</wd:ID>
<wd:ID wd:type=“Document_ID”>2f8b09bf04ac10400aa81c7a325d0000/2f097a1c-3d33-4b04-2259-271a5e647e69</wd:ID>
</wd:PDF_Document>
</wd:Latest_Printing_Run_group>

Please let me know

Hi @kirti,

Please follow the below steps to parse xml data,

  1. Create an activity
  2. Property-set to map the data from xml to clipboard
  3. Apply-Parse-XML method

Please refer the below image

Thanks

Mohd Qizer Uddin