ย้อนกลับไปยัง Google Sheets

เชื่อมต่อ Knoon AI กับ Google Sheets (Google) เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI

Create a new sheet tab inside an existing Google Sheets file and populate it with CSV text.
googleSheetsCreateSheetFromCSV
เบต้า
สิทธิ์การใช้งาน
  • https://www.googleapis.com/auth/drive.file
สิทธิ์การใช้งานตัวเลือก
  • https://www.googleapis.com/auth/drive
พารามิเตอร์
ชื่อประเภทคำอธิบายจำเป็นต้องมี
spreadsheetIdfile Select the Google Sheets file where the new sheet tab should be created.ใช่
sheetNamemustache Name of the new sheet tab to create (e.g. "Leads" or "Q1 Report").ใช่
csvContentmustache CSV-formatted text for the new sheet tab content, including header row. Each line is a row, values separated by commas.ใช่
คืนสินค้า
ชื่อประเภทคำอธิบาย
statusstring CREATED, EXISTS, or ERROR.
sensitive.spreadsheetIdstring Spreadsheet ID.
sensitive.sheetNamestring Sheet tab name.
sensitive.sheetIdnumber Google Sheets internal sheet ID.
sensitive.updatedRangestring Range actually updated with the CSV content, or null if nothing was written.