Google Sheets로 돌아가기

Knoon AI를 Google Sheets (Google)과 연결하여 AI 워크플로우를 자동화하세요.

Find all rows in a Google Sheet where a specific column matches the given value.
googleSheetsFindRows
베타
권한
  • https://www.googleapis.com/auth/drive.file
선택사항 권한
  • https://www.googleapis.com/auth/drive
매개변수
이름유형설명필수
spreadsheetIdfile Select the Google Sheets file to search for matching rows.
sheetNamemustache Name of the sheet (tab) to search in (e.g. "Sheet1").
matchColumnmustache Column to search in for matches (e.g. "A" for the first column).
matchValuemustache Value to search for in the match column. All rows containing this value will be returned.
반환값
이름유형설명
statusstring DONE.
rows.rowarray Row values represented as an array of cell values (e.g. ["123", "John"]).
rows.sensitive.rowIndexnumber 1-based index of the matched row.