# Execute Report

> `UiPath.Salesforce.Activities.ExecuteReport`

`UiPath.Salesforce.Activities.ExecuteReport`

Executes a report in Salesforce and returns the results in a `DataTable` variable. This activity only functions inside a **Salesforce Application Scope** activity.

## Properties

### Common

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

### Input

* **ReportId** - The ID of the report you want to execute. This field supports only strings and `String` variables.

### Misc

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

### Output

* **Result** - The result of executing the report, 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.
