Wróć do Google Docs
Połącz Knoon AI z Google Docs (Google), aby zautomatyzować przepływy pracy AI.
Find and replace all occurrences of a given text in a Google Docs document.
googleDocsReplaceText
BETA
Uprawnienia
Uprawnienia opcjonalne
Parametry
| Nazwa | Typ | Opis | Wymagane |
|---|---|---|---|
| documentId | file | Select the Google Docs document to run find-and-replace on. | Tak |
| searchText | mustache | Text to search for in the document (e.g. "{{oldCompanyName}}"). | Tak |
| replaceText | mustache | Text to replace each occurrence with (e.g. "{{newCompanyName}}"). | Tak |
| matchCase | boolean | Whether the search should be case-sensitive. Default is false. | Nie |
Zwroty
| Nazwa | Typ | Opis |
|---|---|---|
| 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. |