Skip to content

Google Sheets — Read cell

Type: googlesheets-read-cell  ·  Package: Google Sheets Activities v1.0.0  ·  Output: object

Reads the value of a specific cell. Use it when you only need a specific piece of data: a total, a state, a parameter.

Returns the value of cell cell (A1 notation). Requires a Google Sheets — Open session.

ParameterEditorDescription
cellexpressionCell address, e.g. B3.
ParameterEditorDescription
sessionsessionGoogle Sheets — Open session. Optional: within a body it is inherited.
sheetexpressionSheet name. By default, it activates it.

Returns a object with the cell value.

Google Sheets — Read cell session = = hoja sheet = "Config" cell = "B2" → output: limite