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.

Decision Matrix Lookup Result

Output representation of the individual output of a decision matrix version lookup.
JSON example
1{
2  "outputs": [
3    {
4      "results": [],
5      "error": "Input Data is Missing"
6    },
7    {
8      "results": [
9        {
10          "name": "premium",
11          "value": "2400"
12        },
13        {
14          "name": "tax",
15          "value": "300"
16        }
17      ]
18    },
19    {
20      "results": [],
21      "error": "There is no output for the given input data"
22    }
23  ]
24}
Property Name Type Description Filter Group and Version Available Version
outputs Decision Matrix Lookup Basic Result[] List of outputs returned by a decision matrix. An output may contain multiple variables. Small, 55.0 55.0