XMLVAL

Returns the value from the given XML for the given XPath query.

Syntax

XMLVAL({{myxmlfield}}, 'resp/token')

Example

XMLVAL({{myxmlfield}}, 'resp/token')

Notes

The opening XPath '/' is not required.

Use the optional true/false validate parameter to raise an error if the query fails.

Learn more about XPath

Related 

XMLLIST