SF Wave Delete

Use this activity for deleting records within a data set in Salesforce.com Einstein Analytics.

Configuration

The Configuration tab has the following fields that identify which Salesforce.com connection to use and the type of object to create.

Field Description
Connection Name Salesforce.com connection name. If you have created multiple Salesforce.com connections, select the one you want to use from the drop down menu for this field.
Metadata Json Provide the metadata for the data that you would like to delete. The metadata for the delete operation must be a subset of the data set columns. Refer to the Salesforce documentation for details.

Input

Field Description
Dataset Name of the data set from which you want to delete records
AppName Name of the app in which the data set exists
Records Array of records. Each record contains fields available in the metadata.json

Output

Field Description
hasErrors Displays True if request was not successful and returned errors.
results Result of the delete request.
results -> id ID of the submitted Job
results -> referenceId Reference ID of the Job

The output of an activity is displayed for informational purposes only in this tab and cannot be modified or altered. The information in this schema varies depending on the operation that you selected in the Configuration tab. The elements that you see in the schema can be mapped as input to the activities which follow this activity in the flow.

Related concepts