I am working on a webservice connector where in body of create account i want to do a validation to check if the attribute is null then value should be “” else actual value.
How can we do that i tried below logic but it did not work:
${plan.approvalLimit==null?‘’:plan.approvalLimit}$