Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

XPath to evaluate. If not specifed specified current node is used.

Remarks

...

$Xml.Evaluate returns string as a data type and it will be empty (but not a NULL) when there is no actual value.

Info

Finding the value of the date and time when the current customer created a form:

Example

Evaluate with an xpath

...

languagejs

...

Example

Evaluate with an xpath

Code Block
languagets
var createdAt = $Xml.EvaluateDateTime('//Customer/CreateDate');