Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Expression Set Advanced Condition Step Input
- Root XML tag
- <ExpressionSetAdvancedConditionStepInput>
- JSON example
-
1"advancedCondition" : { 2 "conditionLogic" : "1", 3 "criteria" : [ { 4 "operator" : "Equals", 5 "sequenceNumber" : 1, 6 "sourceFieldName" : "a", 7 "value" : "0", 8 "valueType" : "Literal" 9 } ], 10 "resultParameter" : "condition_output__1" 11 } - Properties
-
Name Type Description Required or Optional Available Version conditionLogic String Condition that’s defined for the advanced condition. For example, if all conditions are met or any of the conditions are met. Required 58.0 criteria Expression Set Condition Criteria Input[] List of condition criteria in an expression set. Required 58.0 resultParameter String Expression set definition version variable associated with the result of the step. Required 58.0