Search K
Appearance
Appearance
Appends a new row of values to a specified worksheet in an Excel file stored in SharePoint Online.
Use this task to programmatically add rows to an existing Excel workbook on SharePoint during a workflow. It is suited to scenarios such as logging workflow outcomes, appending form submissions, or updating tracking sheets without manual intervention. The file and worksheet must already exist; this task does not create them. A configured Microsoft 365 linked account is required.
| Field | Type | Required | Description |
|---|---|---|---|
| Sharepoint Path to File | Text | Yes | Full URL or SharePoint-relative path to the target Excel file (e.g. https://myco.sharepoint.com/sites/MySite/Shared Documents/Folder/File.xlsx). |
| Worksheet Name | Text | Yes | The exact name of the worksheet tab to append the row to. |
| Row Values to insert | List | No | Ordered list of values to insert as a new row. The values are mapped to columns left-to-right. |
This task performs an action and does not produce output variables.