Read Sheet
Read the all data from google sheet.
Last updated
Read the all data from google sheet.
Last updated
Read the contents of the specified sheet from the google sheets.
This activity can only be used after the Create GSuite Connection Activity
Credential: Object Variable
A variable name that references the user credential to access the resources.
SpreadSheet Id: String Argument
The Id of the spreadsheet to be read.
Sheet Name: String Argument
The name of the sheet to be read.
Include Headers:
True
- column headers from the specified sheet will be extracted.
False
- column headers from the specified sheet will not be extracted.
Sheet DataTable: Datatable Variable
The DataTable variable that stores the data extracted from the specified excel sheet.