# Activities

> The following table lists the activities that are included in the Smartsheet Activities Package.

The following table lists the activities that are included in the Smartsheet Activities Package.

| Activity | Description |
| --- | --- |
| [Smartsheet Scope](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-scope) | Establishes an authenticated connection between UiPath and your Smartsheet resources. |
| [Attach File](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-attach-file) | Attaches a file to a row, comment, or sheet via local folder.  After completing the operation, the activity outputs the newly created attachment ID. |
| [Attach URL](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-attach-url) | Attaches a file to a row, comment, or sheet via URLs.  After completing the operation, the activity outputs the newly created attachment ID. |
| [Delete Attachment](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-delete-attachment) | Deletes an attachment. |
| [Get Attachment](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-get-attachment) | Retrieves an attachment and optionally downloads it to a folder of your choosing. |
| [List Attachments](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-list-attachments) | Allows you to retrieve a list of all the attachments for a sheet, row, or discussion. |
| [Add Comment](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-add-comment) | Allows you to add a comment a discussion.  After completing the operation, the activity returns the newly created comment. |
| [Delete Comment](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-delete-comment) | Deletes a specific comment. |
| [Get Comment](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-get-comment) | Allows you retrieve a comment and to download it to a folder you choose. |
| [List Discussions](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-list-discussions) | Gets a list of discussions from a sheet or a row. |
| [Copy Folder](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-copy-folder) | Copies a specific folder to a new location. |
| [Create Folder](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-create-folder) | Allows you to add a create a folder.  After completing the operation, the activity returns the newly created Folder object. |
| [Delete Folder](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-delete-folder) | Deletes a specific folder. |
| [Get Folder](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-get-folder) | Retrieves a specific folder. |
| [List Folders](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-list-folders) | Allows you retrieve a list of folders from a location in Smartsheet. |
| [Add Group Members](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-add-group-members) | Allows you to add one or more users to a group by email address. |
| [Get Group](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-get-group) | Retrieves a specific group. |
| [Remove Group Member](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-remove-group-member) | Removes a specific group member. |
| [Get Report](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-get-report) | Allows you to retrieve a report and optionally save it to a folder. |
| [List Reports](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-list-reports) | Retrieves a list of reports. |
| [Add Rows](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-add-rows) | Adds rows to a sheet.  After completing the operation, the activity returns the newly created Rows as an object. |
| [Copy Rows](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-copy-rows) | Copies rows from the sheet specified in the URL to (the bottom of) another sheet.  After completing the operation, the activity returns the newly created Row Mappings as an object. |
| [Delete Rows](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-delete-rows) | Deletes one or more rows. |
| [Get Row](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-get-row) | Retrieves a specific row and returns it as a Row object. |
| [List Rows](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-list-rows) | Retrieves one or more rows from a sheet and returns it as a Row array. |
| [Move Rows](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-move-rows) | Moves rows from the sheet specified in the URL to (the bottom of) another sheet. |
| [Update Rows](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-update-rows) | Inserts one or more rows into the sheet. |
| [Copy Sheet](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-copy-sheet) | Copies an existing sheet to a new location.  After completing the operation, the activity returns the newly created Sheet as an object. |
| [Create Sheet](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-create-sheet) | Creates a new sheet in a specified location.  After completing the operation, the activity returns the newly created Sheet as an object. |
| [Create Sheet From Template](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-create-sheet-from-template) | Creates a new sheet from a template you specify.  After completing the operation, the activity returns the newly created Sheet as an object. |
| [Download Sheet](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-download-sheet) | Downloads a sheet you specify to a local folder. |
| [Get Sheet](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-get-sheet) | Retrieves a specific sheet and allows you to set various options on which data is retrieved. |
| [List Sheets](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-list-sheets) | Retrieves a set of sheets based on filters you set. |
| [Update Sheet](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-update-sheet) | Updates an existing sheet based on criteria you specify. |
| [Add User](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-add-user) | Allows you to add a new user to Smartsheet. |
| [Get User](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-get-user) | Retrieves a user by User ID or email address. |
| [List Users](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-list-users) | Retrieves a list of users. |
| [Remove User](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-remove-user) | Removes a user by User ID or email address and has the option to re-assign their assets to another user. |
| [Copy Workspace](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-copy-workspace) | Copies an existing workspace. |
| [Create Workspace](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-create-workspace) | Creates a new workspace and returns the newly created Workspace object as an output. |
| [List Workspaces](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-list-workspaces) | Retrieves a list of workspaces based on filters you set. |
| [Import Sheet from CSV / XLSX](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-import-sheet) | Imports CSV or XLSX data into a new sheet in the top-level "sheets" folder. |
| [Invoke Smartsheet Operation](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-invoke-smartsheet-operation) | Allows you to specify any public [Smartsheet](https://smartsheet-platform.github.io/api-docs/) API operation and its relevant properties.  After invoking the operation, the activity outputs the any properties that you have set as variables and the status of the request (success/failure information) in a `ResponseStatus` object that you can use in subsequent activities (e.g., conditional logic). |
| [Search Activity](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-search) | Allows you to search for items anywhere in Smartsheet or your personal workspace. |
| [Send via Email](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-send-via-email) | Allows you to send a sheet, rows, or report via email natively from within Smartsheet. |
| [Share Object](https://docs.uipath.com/activities/other/latest/legacy-integrations/smartsheet-share-object) | Allows you to share a sheet with other Smartsheet users or groups. |
