Skip to main content

Create Record

Description

This Activity creates a new record of the specified Entity type inside Salesforce.

Note: This activity can only be used inside Salesforce Context activity.

The body of this Activity provides a drop-down to select the record type. It will list all the types supported by your Salesforce Application.

On selecting a record type, the Activity loads all the mandatory properties that need to be provided to create this Record inside Salesforce. You can fill in the corresponding values and create a record.

Note: You can provide values to other properties of this Record simply by clicking on the + button, selecting the property name from the drop-down in the LHS of multi-assign control, and specifying the corresponding value in RHS.

Create Record Design

Properties

Misc

  • DisplayName – The display name of the Activity.

  • Private – If selected, the variables and argument values will no longer be logged at the Verbose level.

Optional

  • Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
    note

    Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.

Output

  • Record Id - Id of the record created

Example

Create Record

Download Example