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

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

Create a new Google Sheet from CSV text, optionally inside a specific Google Drive folder.
googleSheetsCreateFromCSV
เบต้า
สิทธิ์การใช้งาน
  • https://www.googleapis.com/auth/drive.file
สิทธิ์การใช้งานตัวเลือก
  • https://www.googleapis.com/auth/drive
พารามิเตอร์
ชื่อประเภทคำอธิบายจำเป็นต้องมี
parentFolderIdfile Optional. Select a Google Drive folder to create the new Sheet in. If not set, the Sheet will be created in the root of Google Drive.ไม่
titlemustache Name of the new Google Sheets file to create (e.g. "Imported Contacts").ใช่
csvContentmustache CSV-formatted text for the sheet content, including header row. Each line is a row, values separated by commas.ใช่
คืนสินค้า
ชื่อประเภทคำอธิบาย
statusstring CREATED or ERROR.
sensitive.spreadsheetIdstring ID of the created Sheet.
sensitive.titlestring Title of the created Sheet.
sensitive.parentFolderIdstring Parent folder ID if provided.