العودة إلى Google Docs
اتصل بـ Knoon AI مع Google Docs (Google) لأتمتة تدفقات عمل الذكاء الاصطناعي.
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. |