Decision Table Bulk Input
- JSON example
-
{ "datasetLinkName" : "transactionMapping", “conditions” :[ { “conditionsList”: [ { "fieldName": "Product__c", "value": "Nike", "operator": "Matches" //Operator is optional }, { "fieldName": "Price__c", "value": 1000, "operator": "GreaterThan" } ] }, { “conditionsList”: [ { "fieldName": "Product__c", "value": "Adidas", "operator": "Matches" //Operator is optional }, { "fieldName": "Price__c", "value": 1500, "operator": "GreaterThan" } ]
- Properties
-
Name Type Description Required or Optional Available Version conditions Decision Table Condition List The list of decision table conditions on which the decision table executes and provides outcomes. Required 58.0 datasetLinkName String The API name of the dataset link provided as an input for the decision table execution. Optional 58.0