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.

  1. Enter the name of the variable containing the XML data from which you want to extract information.

  2. Enter your Xpath query.

  3. 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

  4. Enter the name of the variable into which you'd like to place the results.

  5. Instruct the wizard how to handle any errors encountered. Read more about error handling.