Newer Version Available

This content describes an older version of this product. View Latest

Expression Set Lookup Table Step Input

Input representation of a lookup table step in an expression set.
Root XML tag
<ExpressionSetLookupTableStepInput>
JSON example
1"lookupTable": {
2                "lookupTableName": "DM_for_test",
3                "type": "DecisionMatrix"
4              }
Properties
Name Type Description Required or Optional Available Version
lookup​TableName String Decision matrix or decision table name that’s used in the lookup table step. Required 58.0
type String Lookup table type of the expression set.

Valid values are:

  • DecisionMatrix
  • DecisionTable
Required 58.0