Spreadsheet data synchronization with Google Sheets integration for CrewAI.
GOOGLE_SHEETS_GET_ROW
spreadsheetId
(string, required): Spreadsheet - Use Connect Portal Workflow Settings to allow users to select a spreadsheet. Defaults to using the first worksheet in the selected spreadsheet.limit
(string, optional): Limit rows - Limit the maximum number of rows to return.GOOGLE_SHEETS_CREATE_ROW
spreadsheetId
(string, required): Spreadsheet - Use Connect Portal Workflow Settings to allow users to select a spreadsheet. Defaults to using the first worksheet in the selected spreadsheet..worksheet
(string, required): Worksheet - Your worksheet must have column headers.additionalFields
(object, required): Fields - Include fields to create this row with, as an object with keys of Column Names. Use Connect Portal Workflow Settings to allow users to select a Column Mapping.
GOOGLE_SHEETS_UPDATE_ROW
spreadsheetId
(string, required): Spreadsheet - Use Connect Portal Workflow Settings to allow users to select a spreadsheet. Defaults to using the first worksheet in the selected spreadsheet.worksheet
(string, required): Worksheet - Your worksheet must have column headers.filterFormula
(object, optional): A filter in disjunctive normal form - OR of AND groups of single conditions to identify which rows to update.
$stringContains
, $stringDoesNotContain
, $stringExactlyMatches
, $stringDoesNotExactlyMatch
, $stringStartsWith
, $stringDoesNotStartWith
, $stringEndsWith
, $stringDoesNotEndWith
, $numberGreaterThan
, $numberLessThan
, $numberEquals
, $numberDoesNotEqual
, $dateTimeAfter
, $dateTimeBefore
, $dateTimeEquals
, $booleanTrue
, $booleanFalse
, $exists
, $doesNotExist
additionalFields
(object, required): Fields - Include fields to update, as an object with keys of Column Names. Use Connect Portal Workflow Settings to allow users to select a Column Mapping.
additionalFields
match the actual column headersGOOGLE_SHEETS_GET_ROW