Activity «Read a cell» can be found in section «Google Sheets».
The activity allows to get the value of the specified cell.
Important! To work with the Google Sheets service, you need to connect by following the Instructions for configuring Google Sheets.
Property; Class; Type; Description
Sheet; In; String; Name of the sheet to read data from.
Cell; In; String; Address of the cell to read data from.
Read the formula; In; Boolean; True - if you need to get the formula value from the cell, false - if the value is in the cell.
Result; Out; String; Cell value.
Service; In; Activities.GoogleSheets.Core. GoogleSheetsService; A service that allows to work with Google Tables.