This query returns the current value of a single cell in your spreadsheet.
- API endpoint slug
- google_sheets.cell_value
- Runtime method
- performQuery("google_sheets.cell_value")
Query fields
- Label
- Which cell?
- Helper text
- E.g. C25, Sheet2!B5, or 'Monthly budget'!B12 (must be a valid single cell)
- Slug
- cell
- Required
- true
- Can have default value
- true
- Label
- Copy and paste the spreadsheet URL
- Helper text
- Must be a valid Google Sheets spreadsheet URL
- Slug
- spreadsheet_url
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- value
- Filter code
- GoogleSheets.cellValue.Value
- Type
- String
- Example
- $120.00
- Slug
- cell
- Filter code
- GoogleSheets.cellValue.Cell
- Type
- String
- Example
- A20
- Slug
- spreadsheet_name
- Filter code
- GoogleSheets.cellValue.SpreadsheetName
- Type
- String
- Example
- Monthly family budget
- Slug
- spreadsheet_url
- Filter code
- GoogleSheets.cellValue.SpreadsheetUrl
- Type
- String
- Example
- https://docs.google.com/spreadsheets/d/XXXXXXXXX/edit#gid=0
- Slug
- checked_at
- Filter code
- GoogleSheets.cellValue.CheckedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00