- Supported 6 types of
operatorlisted belowsEQUALNOT_EQUALLESS_THANNOT_MORE_THANMORE_THANNOT_LESS_THAN
scriptformat must be in${key}operator${key}and so on.- Supported basic
operationlisted belowsADDITIONSUBTRACTIONMULTIPLICATIONDIVISION
Compareemptystring in refer tono.3in Sample section.
"${PARAM_1} + ${PARAM_2} == ${PARAM_3}""${PARAM_4} == 20", "${PARAM_3} == 10""${PARAM_5} == ""${PARAM_1} + ${PARAM_2} + ${PARAM_3} == 20""${PARAM_1} * ${PARAM_2} + ${PARAM_3} + ${PARAM_4} / ${PARAM_1} == 11"