ย้อนกลับไปยัง Google Docs
เชื่อมต่อ Knoon AI กับ Google Docs (Google) เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI
Find and replace all occurrences of a given text in a Google Docs document.
googleDocsReplaceText
เบต้า
สิทธิ์การใช้งาน
สิทธิ์การใช้งานตัวเลือก
พารามิเตอร์
| ชื่อ | ประเภท | คำอธิบาย | จำเป็นต้องมี |
|---|---|---|---|
| documentId | file | Select the Google Docs document to run find-and-replace on. | ใช่ |
| searchText | mustache | Text to search for in the document (e.g. "{{oldCompanyName}}"). | ใช่ |
| replaceText | mustache | Text to replace each occurrence with (e.g. "{{newCompanyName}}"). | ใช่ |
| matchCase | boolean | Whether the search should be case-sensitive. Default is false. | ไม่ |
คืนสินค้า
| ชื่อ | ประเภท | คำอธิบาย |
|---|---|---|
| status | string | UPDATED or ERROR. |
| replacedCount | number | Total number of occurrences that were replaced in the document. |
| sensitive.documentId | string | ID of the document that was updated. |