ReadRow

read row values of google sheet.

Read the values of a row using starting cell address from google sheet.

This activity can only be used after the Create GSuite Connection Activity.

Input

  • Credential: Object Variable A variable name that references the user credential to access the resources.

  • Sheet Name: String Argument The name of the sheet to be read.

  • Starting Cell Address: String Argument The starting address of the cell in the sheet is to be read.

  • SpreadSheet Id: String Argument The Id of the spreadsheet is to be read.

Output

  • Output: List of Object Variable The variable that stores the values of a column extracted from the specified cell address.

Last updated