# Get List View Records

> `UiPath.Salesforce.Activities.GetListViewRecords`

`UiPath.Salesforce.Activities.GetListViewRecords`

Retrieves a list of records from Salesforce and displays them in a `DataTable` variable which offers a list view. Contains a configuration wizard that can be opened by clicking the **Configure** button in the body of the activity.

![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/legacy-integrations-docs-image-182861-4ab21a0b-9c339ec6.gif)

## Properties

### Common

* **DisplayName** - The display name of the activity.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

### Output

* **Result** - The retrieved records, in a list view, stored in a `DataTable` variable. This field supports only `DataTable` variables.
* **SalesforceStatus** - The status that is returned from Salesforce once the action is completed, stored in a `SalesforceStatus` variable. This field supports only `SalesforceStatus` variables.
