Skip to content

Excel New Row ​

Appends a new row of values to a specified worksheet in an Excel file stored in SharePoint Online.

Purpose ​

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.

Inputs ​

FieldTypeRequiredDescription
Sharepoint Path to FileTextYesFull URL or SharePoint-relative path to the target Excel file (e.g. https://myco.sharepoint.com/sites/MySite/Shared Documents/Folder/File.xlsx).
Worksheet NameTextYesThe exact name of the worksheet tab to append the row to.
Row Values to insertListNoOrdered list of values to insert as a new row. The values are mapped to columns left-to-right.

Outputs ​

This task performs an action and does not produce output variables.

Tentech