Read Cell
Read Cell
Reads the value stored in a specific cell of a sheet in the spreadsheet.
Options
Sheet name
Enter the sheet that holds the cell.
Cell name
Enter the cell reference (e.g. A1, B5).
Returns
Javascript code
js
actions["action-id"].value // content of the given cell (Any)
Field selection
- value — content of the given cell (Any)
Rules and Conditions
- Every field is required.