Google Sheets öğesine geri dön

Knoon AI'yi Google Sheets (Google) ile bağlayarak AI iş akışlarını otomatikleştirin.

Find all rows in a Google Sheet where a specific column matches the given value.
googleSheetsFindRows
BETA
İzinler
  • https://www.googleapis.com/auth/drive.file
İsteğe bağlı izinler
  • https://www.googleapis.com/auth/drive
Parametreler
İsimTürAçıklamaGerekli
spreadsheetIdfile Select the Google Sheets file to search for matching rows.Evet
sheetNamemustache Name of the sheet (tab) to search in (e.g. "Sheet1").Evet
matchColumnmustache Column to search in for matches (e.g. "A" for the first column).Evet
matchValuemustache Value to search for in the match column. All rows containing this value will be returned.Evet
İadeler
İsimTürAçıklama
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.