Conditional Mapping in Rest API URL Params
Summary
Conditional Mapping in VBCSContent
Hi Team,
I am trying to pass the conditional value in REST API URL Params Mapping.
Can you please let me know how can I achieve this or provide syntax.
below is the condition, which I am trying to achieve.
if($page.variables.ChequeNumber == "undefined")
{
"{checkno}"
}else{
$page.variables.ChequeNumber
}
attaching the screenshot for more info.
Thanks,
Nazeer.
0