This trigger fires when a particular cell is updated within the workbook you specify.
- API endpoint slug
- excel_365.cell_updated_in_workbook
Trigger fields
- Label
- Enter the folder path...
- Helper text
- Format: folders separated by "/" like "Documents/Expense reports"
- Slug
- path
- Required
- true
- Can have default value
- true
- Label
- and enter the filename
- Helper text
- E.g. "report.xlsx"
- Slug
- filename
- Required
- true
- Can have default value
- true
- 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
- 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
- Slug
- value
- Filter code
- Excel365.cellUpdatedInWorkbook.Value
- Type
- String
- Example
- Red
- Slug
- cell
- Filter code
- Excel365.cellUpdatedInWorkbook.Cell
- Type
- String
- Example
- Sheet1!A17
- Slug
- updated_at
- Filter code
- Excel365.cellUpdatedInWorkbook.UpdatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00