Write Cell

You can select this activity to specify a value in a specific cell of a worksheet. This table lists the properties for the activity.

Property Type Property Name Data Type Description
Common Continue on error Boolean Select the check box to continue the RPA flow even if the activity fails. This check box is selected by default.
Input Cell Address String The address of the cell (single) to write. If a value already exists in the cell, the new value is overwritten. Only string variables and strings are supported.
Cell Value String The string value that must be written in the specified cell.
Workbook OnedriveItem The file or document stored in OneDrive in which the cell value must be specified.

You can retrieve the metadata of a OneDrive item by using the OneDrive activities for an existing workbook or by using the output from the Create Workbook activity.

Worksheet Name String The name of the worksheet in which the cell value must be specified.
Misc Display Name <String> The name to be dis- played for the activity.
Output Response Code Int32 Response code for the activity. Possible values:
  • 200 to 290: Indicates a successful response or valid output.
  • 400 to 499: Indicates client error responses.
  • 500 to 599: Indicates server error responses.