ย้อนกลับไปยัง Google Sheets
เชื่อมต่อ Knoon AI กับ Google Sheets (Google) เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI
Read all used cells from a specific sheet (tab) in a Google Sheets file.
googleSheetsReadSheet
เบต้า
สิทธิ์การใช้งาน
สิทธิ์การใช้งานตัวเลือก
พารามิเตอร์
| ชื่อ | ประเภท | คำอธิบาย | จำเป็นต้องมี |
|---|---|---|---|
| spreadsheetId | file | Select the Google Sheets file to read from. | ใช่ |
| sheetName | mustache | Name of the sheet (tab) to read (e.g. "Sheet1"). | ใช่ |
คืนสินค้า
| ชื่อ | ประเภท | คำอธิบาย |
|---|---|---|
| status | string | DONE. |
| rows | array | Array of rows represented as an array of cell values (e.g. [["ID", "Name"], ["123", "John Doe"]]). Returns an empty array if the sheet is empty. |




