Expression Set Condition Expression Step

Input representation of an expression set condition step.
Root XML tag
<ExpressionSetConditionExpressionStepInput>
JSON example
1"conditionExpression": {
2                "expression": "productName == 'iPhone' && City == 'Los Angeles'",
3                "resultParameter": "condition_output__1"
4              }
Properties
Name Type Description Required or Optional Available Version
expression String Expression that’s defined for the step. Required 58.0
result​Parameter String Expression set version variable associated with the result of the step. Required 58.0