XPathActions for querying and updating XML with XPath.Copy MarkdownOpenBuilder helps you construct XPath expressions, Processor runs them against a document, Mapper maps the results to variables, and Update writes new values back into the XML.Parse JsonParses a JSON string into structured data you can map to variables.MapperThe Mapper action is one of the actions at your disposal to work with XML data. Mapper enables you to extract a value from aN XML string or an XML file.