Detect pricing anomalies in Google Sheets with Groq AI and Slack alerts

0affd45e-cb8d-41ea-a809-fecf7838aed4

Latency
5674ms
Cost
$0.0000
Tokens
102
Status
partial
gemini-2.5-flash-lite

Workflow Graph

Trace

[
  {
    "data": {
      "nodeType": "llm"
    },
    "event": "node_start",
    "nodeId": "07c0c9f5-4958-470b-8df6-9920a9a39190",
    "timestamp": 1780870183415
  },
  {
    "data": {
      "messages": 1,
      "maxTokens": 1024
    },
    "event": "calling openai/openai/gpt-oss-safeguard-20b",
    "nodeId": "llm",
    "timestamp": 1780870183415
  },
  {
    "data": {
      "model": "openai/gpt-oss-safeguard-20b",
      "provider": "openai"
    },
    "event": "llm_call",
    "nodeId": "_context",
    "timestamp": 1780870183415
  },
  {
    "data": {
      "error": "Google Gemini API error (500): {\n  \"error\": {\n    \"code\": 500,\n    \"message\": \"An internal error has occurred. Please retry or report in https://developers.generativeai.google/guide/troubleshooting\",\n    \"status\": \"INTERNAL\"\n  }\n}\n",
      "status": "error",
      "degraded": true,
      "nodeType": "llm"
    },
    "event": "node_end",
    "nodeId": "07c0c9f5-4958-470b-8df6-9920a9a39190",
    "timestamp": 1780870187541
  },
  {
    "data": {
      "nodeType": "manualTrigger"
    },
    "event": "node_start",
    "nodeId": "80ec759f-3af8-41fb-99cd-7b5400daf1a9",
    "timestamp": 1780870187545
  },
  {
    "data": {
      "initialData": {
        "price": 120.5,
        "output": "The price has increased significantly from $100.00 to $120.50, which is a 20.5% jump. This could be an anomaly.",
        "reason": "Price increased by more than 15% compared to the previous price.",
        "status": "detected",
        "anomaly": true,
        "row_number": 5,
        "previous_price": 100
      }
    },
    "event": "triggered",
    "nodeId": "manualTrigger",
    "timestamp": 1780870187545
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "manualTrigger"
    },
    "event": "node_end",
    "nodeId": "80ec759f-3af8-41fb-99cd-7b5400daf1a9",
    "timestamp": 1780870187545
  },
  {
    "data": {
      "nodeType": "integration"
    },
    "event": "node_start",
    "nodeId": "6604b97e-6b47-46bb-ad0d-61230b7440c0",
    "timestamp": 1780870187547
  },
  {
    "data": {
      "service": "googleSheets",
      "resolved": true
    },
    "event": "credential_access",
    "nodeId": "_context",
    "timestamp": 1780870187547
  },
  {
    "data": {
      "url": "https://sheets.googleapis.com/v4/spreadsheets/1e8XpVw-np2ABv8gBd_VYhphaHZUYnJ5zoOa--qocbPE/values/A1%3AZ100",
      "method": "GET"
    },
    "event": "http_fetch",
    "nodeId": "_context",
    "timestamp": 1780870187547
  },
  {
    "data": {
      "status": 200
    },
    "event": "sheets.read",
    "nodeId": "integration",
    "timestamp": 1780870187771
  },
  {
    "data": {
      "mode": "read",
      "status": "ok",
      "service": "googleSheets",
      "latencyMs": 224,
      "operation": "read"
    },
    "event": "integration_call",
    "nodeId": "integration",
    "timestamp": 1780870187771
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "integration"
    },
    "event": "node_end",
    "nodeId": "6604b97e-6b47-46bb-ad0d-61230b7440c0",
    "timestamp": 1780870187771
  },
  {
    "data": {
      "nodeType": "passthrough"
    },
    "event": "node_start",
    "nodeId": "2417d119-4ce6-4605-b033-6e962b86de14",
    "timestamp": 1780870187774
  },
  {
    "data": {},
    "event": "noOp",
    "nodeId": "passthrough",
    "timestamp": 1780870187774
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "passthrough"
    },
    "event": "node_end",
    "nodeId": "2417d119-4ce6-4605-b033-6e962b86de14",
    "timestamp": 1780870187774
  },
  {
    "data": {
      "nodeType": "code"
    },
    "event": "node_start",
    "nodeId": "2c77d75e-616f-4107-b1f1-97dfa33d0a52",
    "timestamp": 1780870187774
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "code"
    },
    "event": "node_end",
    "nodeId": "2c77d75e-616f-4107-b1f1-97dfa33d0a52",
    "timestamp": 1780870187776
  },
  {
    "data": {
      "nodeType": "if"
    },
    "event": "node_start",
    "nodeId": "462bf36c-14cd-4893-9b6b-228861bd9dd8",
    "timestamp": 1780870187777
  },
  {
    "event": "true branch",
    "nodeId": "if",
    "timestamp": 1780870187777
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "if"
    },
    "event": "node_end",
    "nodeId": "462bf36c-14cd-4893-9b6b-228861bd9dd8",
    "timestamp": 1780870187777
  },
  {
    "data": {
      "nodeType": "llm"
    },
    "event": "node_start",
    "nodeId": "b3f249b0-0448-43cd-a3fe-8dd4e3375f13",
    "timestamp": 1780870187779
  },
  {
    "data": {
      "messages": 1,
      "maxTokens": 1024
    },
    "event": "calling openai/gpt-4o-mini",
    "nodeId": "llm",
    "timestamp": 1780870187779
  },
  {
    "data": {
      "model": "gpt-4o-mini",
      "provider": "openai"
    },
    "event": "llm_call",
    "nodeId": "_context",
    "timestamp": 1780870187779
  },
  {
    "data": {
      "model": "gemini-2.5-flash-lite",
      "costUsd": 0.0000357,
      "provider": "openai",
      "latencyMs": 704,
      "promptTokens": 17,
      "completionTokens": 85
    },
    "event": "llm_result",
    "nodeId": "_context",
    "timestamp": 1780870188484
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "llm"
    },
    "event": "node_end",
    "nodeId": "b3f249b0-0448-43cd-a3fe-8dd4e3375f13",
    "timestamp": 1780870188484
  },
  {
    "data": {
      "nodeType": "set"
    },
    "event": "node_start",
    "nodeId": "e7805735-cce8-467e-b9fe-799c21289add",
    "timestamp": 1780870188487
  },
  {
    "data": {
      "inputKeys": [
        "text",
        "model",
        "usage"
      ],
      "mergeKeys": []
    },
    "event": "merged",
    "nodeId": "set",
    "timestamp": 1780870188488
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "set"
    },
    "event": "node_end",
    "nodeId": "e7805735-cce8-467e-b9fe-799c21289add",
    "timestamp": 1780870188488
  },
  {
    "data": {
      "nodeType": "integration"
    },
    "event": "node_start",
    "nodeId": "30053d26-5476-453b-a9ea-e8447420a287",
    "timestamp": 1780870188489
  },
  {
    "data": {
      "service": "googleSheets",
      "resolved": true
    },
    "event": "credential_access",
    "nodeId": "_context",
    "timestamp": 1780870188489
  },
  {
    "data": {
      "url": "https://sheets.googleapis.com/v4/spreadsheets/1e8XpVw-np2ABv8gBd_VYhphaHZUYnJ5zoOa--qocbPE/values/Sink:append?valueInputOption=RAW",
      "method": "POST"
    },
    "event": "http_fetch",
    "nodeId": "_context",
    "timestamp": 1780870188490
  },
  {
    "data": {
      "tab": "Sink",
      "status": 200
    },
    "event": "sheets.write",
    "nodeId": "integration",
    "timestamp": 1780870188637
  },
  {
    "data": {
      "mode": "write",
      "status": "ok",
      "service": "googleSheets",
      "latencyMs": 148,
      "operation": "update"
    },
    "event": "integration_call",
    "nodeId": "integration",
    "timestamp": 1780870188637
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "integration"
    },
    "event": "node_end",
    "nodeId": "30053d26-5476-453b-a9ea-e8447420a287",
    "timestamp": 1780870188637
  },
  {
    "data": {
      "nodeType": "integration"
    },
    "event": "node_start",
    "nodeId": "8b709dda-0a0e-46cb-a89d-8a81dfe88a50",
    "timestamp": 1780870188641
  },
  {
    "data": {
      "service": "googleSheets",
      "resolved": true
    },
    "event": "credential_access",
    "nodeId": "_context",
    "timestamp": 1780870188641
  },
  {
    "data": {
      "url": "https://sheets.googleapis.com/v4/spreadsheets/1e8XpVw-np2ABv8gBd_VYhphaHZUYnJ5zoOa--qocbPE/values/Sink:append?valueInputOption=RAW",
      "method": "POST"
    },
    "event": "http_fetch",
    "nodeId": "_context",
    "timestamp": 1780870188641
  },
  {
    "data": {
      "tab": "Sink",
      "status": 200
    },
    "event": "sheets.write",
    "nodeId": "integration",
    "timestamp": 1780870188788
  },
  {
    "data": {
      "mode": "write",
      "status": "ok",
      "service": "googleSheets",
      "latencyMs": 147,
      "operation": "update"
    },
    "event": "integration_call",
    "nodeId": "integration",
    "timestamp": 1780870188788
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "integration"
    },
    "event": "node_end",
    "nodeId": "8b709dda-0a0e-46cb-a89d-8a81dfe88a50",
    "timestamp": 1780870188788
  },
  {
    "data": {
      "nodeType": "integration"
    },
    "event": "node_start",
    "nodeId": "2856c0b5-f249-4254-9c20-04f636f904e8",
    "timestamp": 1780870188792
  },
  {
    "data": {
      "service": "slack",
      "resolved": true
    },
    "event": "credential_access",
    "nodeId": "_context",
    "timestamp": 1780870188792
  },
  {
    "data": {
      "url": "https://slack.com/api/conversations.history?channel=C0B6WTD21QX&limit=5",
      "method": "GET"
    },
    "event": "http_fetch",
    "nodeId": "_context",
    "timestamp": 1780870188792
  },
  {
    "data": {
      "status": 200
    },
    "event": "slack.read",
    "nodeId": "integration",
    "timestamp": 1780870189089
  },
  {
    "data": {
      "mode": "read",
      "status": "ok",
      "service": "slack",
      "latencyMs": 297,
      "operation": "read"
    },
    "event": "integration_call",
    "nodeId": "integration",
    "timestamp": 1780870189089
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "integration"
    },
    "event": "node_end",
    "nodeId": "2856c0b5-f249-4254-9c20-04f636f904e8",
    "timestamp": 1780870189089
  }
]