Info_CellHistory
Query the available CellHistory of a Cell in Smartsheet.
Table Specific Information
Select
To get data from this view a SheetId, RowId, and ColumnId are always required.
Retrieve Cell History.
SELECT * FROM Info_CellHistory WHERE SheetId = '2940085806098308' AND RowId='6773684447799172' AND ColumnId='7999197812156292'
Columns
| Name | Type | References | Description |
| Value | String | The value of the cell. | |
| ModifiedAt | Datetime | The value of the cell. | |
| EditorName | String | The name of the user who last modified the cell. | |
| EditorEmail | String | The email address of the user who last modified the cell. | |
| SheetId | String | The Id of the sheet. | |
| RowId | String | The Id of the row. | |
| ColumnId | String | The Id of the column. |