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.

Post Save Operations Input

The properties context containing identities for newly initialized record objects.
JSON example
1{
2  "templateIdentifier": "InvoiceTemplate",
3  "savedRecords": [
4    {
5      "id": "a1x5g000000ABC123",
6      "objectName": "Invoice__c",
7      "referenceId": "INV_1"
8    }
9  ]
10}
Properties
Property​ Name Type Des​cription Required
template​Iden​tifier String The identification lookup mapping template tracking string. Required
saved​Records Object The summary target collection listing successfully inserted record objects reference IDs. Required