When we choose to match an incoming request argument value to a property expression, it does not match. Transaction always responds with a meta match.
The request argument is set as : beginningdeparture Date "property expression" {{=doDateDeltaFromCurrent("yyyy-MM-dd","2D");/*2016-07-24*/}}
All supported DevTest releases.
N/A
When the argument operation is set to "Property Expression" then the expression should either return true or false, not a value. In this case it was failing as it was returning a date string.
To make it to work, do the following changes