Salesforce retrieve record

Nintex external platform is required for this feature. For details, see Enable Nintex external platform features.

Retrieves a record of a standard object or custom object from Salesforce.

Action settings

Following are the fields and options visible in the configuration settings dialog box for this action.

Field Description

Connection

Select a Salesforce connection.

For more information about connections, see Manage connections to external providers.

Query

Specify the API name of the object for the record retrieval.

where

Specify the field name of the object for the record retrieval.

equals

Specify the field value for the above field name. Use the API-accepted format for the field. For example, to create a date, specify the value in UTC format. Example: 2014-12-31

Output

Store output for this action using the following selections.

  • Record ID: Specify a text variable to store the value of the ID of the record.
  • Record URL: Specify a text variable to store the value of the URL of the record.
  • Fields: Specify a collection variable to store the fields of a record.
  • Values: Specify a collection variable to store the value of the retrieved fields.
  • Result in XML: Specify a workflow variable to store the values of the result in XML format.