# Get File Comments

> `UiPath.Box.Activities.File.GetFileComments`

`UiPath.Box.Activities.File.GetFileComments`

The **Get File Comments** activity uses the Box [List file comments](https://developer.box.com/reference/get-files-id-comments/) API to retrieve the comments from a specified file (**File Id**).

After retrieving the comments, the activity outputs an `BoxComment[]` object (**Comments**) that includes the comment details.

## How it works

The following steps and message sequence diagram is an example of how the activity works from design time (i.e., the activity dependencies and input/output properties) to run time.

1. Complete the [Setup](https://docs.uipath.com/activities/other/latest/legacy-integrations/box-setup) steps.
2. Add the [Box Scope](https://docs.uipath.com/activities/other/latest/legacy-integrations/box-scope) activity to your project.
3. Add an activity or run an external process that outputs a `File.Id` value (e.g., [Upload File](https://docs.uipath.com/activities/other/latest/legacy-integrations/box-upload-file), [Search for Content](https://docs.uipath.com/activities/other/latest/legacy-integrations/box-search-for-content), etc.).
4. Add the **Get File Comments** activity inside the **Box Scope** activity.
5. Enter a value for the [Input](https://docs.uipath.com/activities/other/latest/legacy-integrations/box-create-folder) property.
6. Create and enter a `BoxComment[]` variable for the [Output](https://docs.uipath.com/activities/other/latest/legacy-integrations/box-get-file-comments#get-file-comments) property.
   * Your input property values are sent in the [List file comments](https://developer.box.com/reference/get-files-id-comments/) API operation request.
   * The operation returns the `BoxComment[]` value to your output property variable.

     ![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/legacy-integrations-docs-image-179300-4d5a2479-f414b01e.webp)

## Properties

### Common

* **ContinueOnError** - Specifies if you want the activity to continue running when an error is thrown. This field supports only `Boolean` values.
* **DisplayName** - The display name of the activity. This field supports only `Strings` or `String` variables.

### Input

* **File ID** - The ID of the file that you want to retrieve comments from. This field supports only `Strings` or `String` variables. To get the **File ID** value, add an activity or run an external process that outputs a `File.Id` object (e.g., [Upload File](https://docs.uipath.com/activities/other/latest/legacy-integrations/box-upload-file), [Search for Content](https://docs.uipath.com/activities/other/latest/legacy-integrations/box-search-for-content), etc.).

### Misc

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

### Output

* **Comments** - The `<IEnumerable<BoxComment>` object that includes the comment details. Enter a `BoxComment[]` variable. The `BoxComment[]` object includes multiple [properties](https://developer.box.com/reference/resources/comments/) that you can use in other activities.
