# Wait for Row Added to the Bottom of a Table and Resume

> `UiPath.MicrosoftOffice365.Activities.WaitForRowAddedtoTableBottom`

`UiPath.MicrosoftOffice365.Activities.WaitForRowAddedtoTableBottom`

## Description

Waits for a row at the bottom of a table to be filled in and resumes the workflow.

## Project compatibility

Windows | Cross-platform

## Configuration

* **Microsoft OneDrive & SharePoint connection** - The connection for the Microsoft 365 account to use in the activity.
* **Workbook** - The workbook where the row is added. The method to specify the folder to be retrieved: **Folder picker**, **Enter Id**, **Enter Url**, **Relative path**.
  + **Workbook sample** - The workbook template to use. The field is visible after clicking **Use workbook template**. Browse the OneDrive folders and select a workbook. In Studio Desktop, the option is available from the See more ![](https://dev-assets.cms.uipath.com/assets/images/activities/activities-image-365280-3bd6c9a1.webp) button menu next to **Range type**. To learn more, see [Working with templates](https://docs.uipath.com/activities/other/latest/productivity/working-with-templates).
  + **File/Folder picker** option: Select the Folder ![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/activities-docs-image-368186-8e468e7b.svg) icon to browse the OneDrive or SharePoint files/folders and select a spreadsheet. This option accepts input as `IResource`.

    - Use the See more ![](https://dev-assets.cms.uipath.com/assets/images/activities/activities-image-365280-3bd6c9a1.webp) button menu to use a variable or select the **Reload Folder Data** option if you've modified your folders and need to retrieve the latest data.
  + **Enter Id** option:
    - **Workbook Id** - The ID of the workbook of interest. This field supports `String` type input.
    - **SharePoint site address** - The URL of the SharePoint site that contains the file or folder. This field supports `String` type input.Open your SharePoint site in a browser and copy its URL, e.g., `https://yourcompany.sharepoint.com/sites/ProductOfficial`.
    - **SharePoint document library** - The document library within the indicated SharePoint site that contains the file or folder. This field supports `String` type input. Open the **Documents** tab in your SharePoint site and copy the URL, e.g., `https://yourcompany.sharepoint.com/sites/ProductOfficial/Shared%20Documents/Forms/AllItems.aspx`.
  + **Enter Url** option:
    - **Workbook Url** - The URL of the workbook of interest. This field supports `String` type input. Retrieve the URL by opening the file in a browser.
  + **Relative path** option:
    - **Relative folder path** - Specify what is the relative path to the parent folder. This field supports `String` type input.
* **Table** - The name of the monitored table. This field supports `String` type input.
* **Additional filters** - Configure additional criteria to check on the added row.

Additional properties

Output

* **Workbook** - The workbook where the row is added.
* **Row** - The row that was added to the table.
* **Table row number** - The position of the added row.
* **Job Data** - Contains job info, such as Process name, Process version, Workflow name, Robot name, and mode of execution.
