Journey Manager (JM) The transaction engine for the platform. | Platform Developer | 18.11 This feature was updated in 18.11.
Manager allows you to map form properties to values within the form's seed for prefill purposes using an XPathsXPath (XML Path Language) is a query language for selecting nodes from an XML document. In addition, XPath may be used to compute values (e.g., strings, numbers, or Boolean values) from the content of an XML document. XPath was defined by the World Wide Web Consortium (W3C)..
To map prefill data elements:
//AvokaSmartForm/GettingStarted/Eligible/ContactDetails/EmailAddress
. If the XPath value is invalid, the No XML element found for XPath: //EmailAddress error message is displayed, so you need to find the correct XPath to proceed. To do so, Select the Form XML Data tab to validate that the XPath is mapped correctly by checking the form XML structure as shown below:
<AvokaSmartForm>
...
<GettingStarted>
...
<Eligible>
...
<ContactDetails>
<EmailAddress>
</EmailAddress>
...
</ContactDetails>
....
</AvokaSmartForm>
Next, go back to form property prefill mapping to finish the configuration.