Google Sheets

community_google_sheets · action · Utility · Disponibile · v1.0.0

Descrizione

Leggi/scrivi/appendi righe su Google Sheets via Sheets API v4 (OAuth2). Operazioni: getValues (range A1 notation), updateValues (idempotent), appendValues (insert in fondo), batchGet (multi-range). Auto-refresh access token (refresh OAuth2 portal-centric). Output: { rows[], range, updatedCells?, spreadsheetId, sheetTitle }. Use case: ingest CSV→Sheet per analisi business, sync KPI dashboard real-time, logging eventi workflow su sheet condiviso team, ETL semplice senza data warehouse, backup leggero record DB per audit non-tech-stakeholder.

⚙️ Parametri di configurazione

Campi mostrati nell’editor quando si configura il nodo. Generati direttamente dal NodeDefconfigFields.

CampoTipoRequiredDefaultDescrizione
operation
Operazione
enum
getValuesupdateValuesappendValuesbatchGet
sigetValues
spreadsheetId
Spreadsheet ID
expressionsi
1AbcDef... (dalla URL del foglio)
ID Spreadsheet (parte tra /d/ e /edit nella URL). Supporta {{input.spreadsheetId}}.
range
Range A1 notation
expressionsi
Foglio1!A1:D100
Range A1 (es. "Foglio1!A1:D100" o solo "Foglio1" per intera scheda).
valuesJson
Values (JSON array of arrays)
expressionno
[["A1","B1"],["A2","B2"]]
Solo per updateValues/appendValues. Array 2D di valori.
valueInputOption
Modo input
enum
RAWUSER_ENTERED
noUSER_ENTEREDRAW = come testo grezzo. USER_ENTERED = parsa formula/date/numeri come la UI.
integrationLabel
Etichetta credenziali (opzionale)
stringno
Default account
Per gestire più account dello stesso provider. Lascia vuoto per il default.

💡 Esempio configurazione

Snippet JSON del nodo come compare nel workflow. I valori sono derivati daidefaultValue e dai parametri required.

{
  "id": "node-community_google_sheets-1",
  "defId": "community_google_sheets",
  "label": "Google Sheets",
  "config": {
    "operation": "getValues",
    "spreadsheetId": "1AbcDef... (dalla URL del foglio)",
    "range": "Foglio1!A1:D100",
    "valueInputOption": "USER_ENTERED"
  }
}

🔗 Nodi correlati nella stessa categoria

Pronto a usare Google Sheets?

Disponibile da subito in tutti i piani FlowForge. Provalo gratis senza carta di credito.

Inizia gratisSfoglia tutti i nodi