XML value from path
Extract value from the provided XML path.
Example
<!-- Configuration -->
Path: /hello/country
<!-- XML node passed as input -->
<hello>
<country>France</country>
</hello>
<!-- Output -->
France
Parameters
Path—REQUIRED
The path to the value to extract from the XML.
Skip if not found
If the path is not found, the function will be skipped.
Value type
The expected value type from the extraction. See all types.
Input
Any type convertible to XML
Output
Value
The value extracted from the XML matching the configured value type.