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 Table Rows List Input

Input representation of the request to update rows in a CSV based decision table.
JSON example
1{
2  "rows": [
3    {
4      "id": "1FIxx0000004CSOGA2",
5      "rowData": {
6        "City": "City3",
7        "AssetLevel": "300"
8      },
9      "action": "update"
10    }
11  ]
12}
Properties
Name Type Description Required or Optional Available Version
rows Decision Table Row Input[] List of rows to be updated or added. Required 62.0