Close menu
Explore Plans
Mobile menu Close menu
Microsoft 365 Excel

Cell updated in workbook

This trigger fires when a particular cell is updated within the workbook you specify.

Developer info

API endpoint slug
excel_365.cell_updated_in_workbook

Trigger fields

Path Text input > Other

Label
Enter the folder path...
Helper text
Format: folders separated by "/" like "Documents/Expense reports"
Slug
path
Required
true
Can have default value
true

Filename Text input > Other

Label
and enter the filename
Helper text
E.g. "report.xlsx"
Slug
filename
Required
true
Can have default value
true

Cell Text input > Other

Label
Which cell to monitor?
Helper text
E.g. "A17" (must be a valid single cell)
Slug
cell
Required
true
Can have default value
true

Worksheet name Text input > Other

Label
The name of the worksheet
Helper text
Defaults to the first sheet in the workbook if left blank
Slug
worksheet_name
Required
true
Can have default value
true

Ingredients

Value The new value of the cell

Slug
value
Filter code
Excel365.cellUpdatedInWorkbook.Value
Type
String
Example
Red

Cell The full address of the cell

Slug
cell
Filter code
Excel365.cellUpdatedInWorkbook.Cell
Type
String
Example
Sheet1!A17

Updated at Date and time the cell was updated

Slug
updated_at
Filter code
Excel365.cellUpdatedInWorkbook.UpdatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00