Hello,
I am trying to update the attached xml file. On line 66 and 193 of the xml file is an ID number. I want to search for a specific ID number and then update the Status value that belongs to that ID number on lines 184 and 303 respectively. So, for this example if the ID equaled V-46473 then I would want to update line 184.
In Automation Anywhere I was able to update it using this XPath Expression,
//VULN/STIG_DATA[ATTRIBUTE_DATA = “vVul”]/…/STATUS
This didn’t work in UiPath for me. Any help would be appreciated, thanks.
Example XML.xml (12.4 KB)