> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Cell

Update cell values in the specified row and column.

<Note>
  External Documentation

  To learn more, visit the [Smartsheet documentation](https://smartsheet.redoc.ly/tag/rows#operation/update-rows).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter             | Description                                                                                                                                                                                                                                   |
  | --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Allow Partial Success | Select to enable partial success for this bulk operation.<br /><br />See [Partial Success](https://smartsheet.redoc.ly/#section/Work-at-Scale/Bulk-Operations) for more information.                                                          |
  | Column ID             | The column ID of the cell to link.                                                                                                                                                                                                            |
  | Column ID             | The ID of the column that the cell is located in.                                                                                                                                                                                             |
  | Expanded              | Indicates whether the row is expanded or collapsed.                                                                                                                                                                                           |
  | Formula               | The formula for a cell. <br />**Note** that calculation errors or problems with a formula will be retrieved as presented in the UI, for example `#CIRCULAR REFERENCE`.                                                                        |
  | Formula Or Value      | Choose between inserting a value or a formula.                                                                                                                                                                                                |
  | Hyper Link            | A link to a report, sheet, or URL. <br /><br />**Note**, you must set the `value` attribute to use this parameter.                                                                                                                            |
  | Image                 | Select to set a cell image's attributes, such as its alternate text (e.g., altText = string). **Note**, you must set the `value` attribute to use this parameter.                                                                             |
  | Image Alternate text  | Alternate text for the image.                                                                                                                                                                                                                 |
  | Image Height          | Original height (in pixels) of the uploaded image.                                                                                                                                                                                            |
  | Image ID              | Image ID.                                                                                                                                                                                                                                     |
  | Image width           | Original width (in pixels) of the uploaded image.                                                                                                                                                                                             |
  | Link From Cell        | Links in another cell's value. Smartsheet synchronizes the source cell into this cell.<br /><br />**Note**: the synchronization may take several minutes.<br /><br />**Important**: you must set the `value` attribute to use this parameter. |
  | Locked                | Select to lock the row.                                                                                                                                                                                                                       |
  | Override Validation   | Select to allow a cell value outside of the validation limits. <br /><br />You must uncheck `strict` parameter to bypass value type checking.                                                                                                 |
  | Override Validation   | Select to allow a cell value outside of the validation limits.                                                                                                                                                                                |
  | Report ID             | The Report ID.                                                                                                                                                                                                                                |
  | Row ID                | Row ID of the row being accessed. <br /><br />Can be obtained by using `List Search Sheet` or `Search Sheets` actions.                                                                                                                        |
  | Row ID                | The Row ID of the cell to link.                                                                                                                                                                                                               |
  | Sheet ID              | The sheet ID in which the cell to link located at.                                                                                                                                                                                            |
  | Sheet ID              | Sheet ID of the sheet being accessed.                                                                                                                                                                                                         |
  | Sheet ID              | Link to Report ID hyperlink.                                                                                                                                                                                                                  |
  | Strict                | Select for a strict value parsing, See [Cell value](https://smartsheet.redoc.ly/tag/cellsRelated/#section/Cell-Reference/Cell-Value-Parsing) parsing for details.                                                                             |
  | URL                   | URL of the hyperlink.                                                                                                                                                                                                                         |
  | Value                 | A desired value, a label for a hyperlink you're inserting, or an empty string if you're linking to another cell.                                                                                                                              |
</div>

## Example Output

```json theme={"dark"}
{
	"message": "<string>",
	"resultCode": 2,
	"version": 7,
	"failedItems": [],
	"result": [
		{
			"id": 12575835434030035,
			"rowNumber": 4,
			"siblingId": 1093720185662436,
			"expanded": true,
			"locked": true,
			"lockedForUser": false,
			"createdAt": "2025-03-20T15:43:56Z",
			"modifiedAt": "2025-04-02T05:14:22Z",
			"cells": [
				{
					"columnId": 5227568623008677,
					"displayValue": "<string>",
					"value": "<string>"
				},
				{
					"columnId": 7584576611916917
				}
			]
		}
	]
}
```

## Workflow Library Example

[Update Cell with Smartsheet and Send Results Via Email](https://library.blinkops.com/workflows/update-cell-with-smartsheet-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/update-cell-with-smartsheet-and-send-results-via-email/canvas" />
</div>
