In this Page
...
Expression |
| ||
---|---|---|---|
Description | The expression verifies if $customer.lastname exists in the input document. It returns True if $customer.lastname exists, else it shows 'default' as a string and applies it to the target path. |
Checking for a Non-empty String and an Existing Value
...
Expression |
| ||
---|---|---|---|
Description | The expression will create creates the current date time in the PST timezone and format formats its output into a string in the form of yyyy-MM-dd. |
...
Expression |
| ||
---|---|---|---|
Description | The expression will create creates the current date time in the local time zone and format formats its output into a string for the ISO date time format. |
...
Expression |
| ||
---|---|---|---|
Description | Will parse This expression parses a string representation of $StandardDate into a DateTime object. The string representation is expected to should have one of the following formats:
|
...
Expression |
| ||||
---|---|---|---|---|---|
Description | These examples parse the date into a DateTime object using the provided format. |
Formatting Today's Date to Display as the Current Month
Expression |
| ||
---|---|---|---|
Description | This expression takes today's date and formats the output in a string indicating the month in text. |
Filtering Examples
Filtering for Two Possible Values
...