Sriraj
8 years agoContributor
Property expansion in "JSON path match assertion"
Hi,
I have a property which needs to be used as part of a JSON path in the assertion. However when i add it the property expansion does not evaluate .
Some thing like below in JSON Path Match Assertion :
Path :
$[0]['Items__r']['records'][?(@.Id__c=='${Source_OrderNumbers#Points}_1')].Status_Id__c
Expected value :
[Placed].
path ${Source_OrderNumbers#Points} does not evaluate in assertion to a value which was populated 2 steps before .