Query XML
Use an XPATH query to extract specific information from XML data stored in a variable and place it into a new or existing variable.
What is XPATH?
XPath (XML Path Language) is a syntax or language used for finding elements in an XML document.
Try it out: To test your Xpath query while developing your wizard, simply click the XPATH TESTER link from within QUERY xml command.
-
Enter the name of the variable containing the XML data from which you want to extract information.
-
Enter your Xpath query.
-
Choose whether to retrieve the first matching result, the last result, or all results.
-
When choosing to retrieve all results, enter the delimiter to use to separate each result
-
-
Enter the name of the variable into which you'd like to place the results.
-
Instruct the wizard how to handle any errors encountered. Read more about error handling.