Google Docs に戻る

Google Docs (Google) と Knoon AI を接続して AI ワークフローを自動化します。

Find and replace all occurrences of a given text in a Google Docs document.
googleDocsReplaceText
ベータ
権限
  • https://www.googleapis.com/auth/drive.file
オプション権限
  • https://www.googleapis.com/auth/drive
パラメータ
名前タイプ説明必須
documentIdfile Select the Google Docs document to run find-and-replace on.はい
searchTextmustache Text to search for in the document (e.g. "{{oldCompanyName}}").はい
replaceTextmustache Text to replace each occurrence with (e.g. "{{newCompanyName}}").はい
matchCaseboolean Whether the search should be case-sensitive. Default is false.いいえ
返品
名前タイプ説明
statusstring UPDATED or ERROR.
replacedCountnumber Total number of occurrences that were replaced in the document.
sensitive.documentIdstring ID of the document that was updated.