Skip to content

Supabase get many rows node not returning all matching rows #13881

Description

@chetanmore669

Describe the problem/error/question

I am using supabase get many rows node to grab matching rows from supabase table.
instead of 6 rows it is returning 4 rows.

What is the error message (if any)?

Please share your workflow/screenshots/recording

Image

Image

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
⚠️ WARNING ⚠️ If you have sensitive data in your workflow (like API keys), please remove it before sharing.

{
"nodes": [
{
"parameters": {
"amount": 1
},
"type": "n8n-nodes-base.wait",
"typeVersion": 1.1,
"position": [
-8380,
4560
],
"id": "87ed00f2-227b-416c-8d85-9efbc8a26f60",
"name": "Wait7",
"webhookId": "c6f37922-c7e3-4fe7-a289-2334fd878d66",
"executeOnce": true
},
{
"parameters": {
"operation": "getAll",
"tableId": "LLM_UserValues",
"returnAll": true,
"filters": {
"conditions": [
{
"keyName": "Project_RequestID",
"condition": "eq",
"keyValue": "={{ $('Webhook1').first().json.body.ticketNumber }}"
}
]
}
},
"type": "n8n-nodes-base.supabase",
"typeVersion": 1,
"position": [
-8180,
4560
],
"id": "cf4af1a0-f182-4273-8483-c2cc9a0ca17b",
"name": "LLM_USER_Values_Get2",
"executeOnce": false,
"credentials": {
"supabaseApi": {
"id": "zEfyRp62VJnqr6EA",
"name": "Supabase account 2"
}
}
}
],
"connections": {
"Wait7": {
"main": [
[
{
"node": "LLM_USER_Values_Get2",
"type": "main",
"index": 0
}
]
]
},
"LLM_USER_Values_Get2": {
"main": [
[]
]
}
},
"pinData": {},
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "fb0330c12168d8986a25e32969e039658f672faf5d3467655ca2db5a9ecea7e5"
}
}

Share the output returned by the last node

Debug info

core

  • n8nVersion: 1.81.4
  • platform: docker (cloud)
  • nodeJsVersion: 20.18.3
  • database: sqlite
  • executionMode: regular
  • concurrency: 20
  • license: community

storage

  • success: all
  • error: all
  • progress: false
  • manual: true
  • binaryMode: filesystem

pruning

  • enabled: true
  • maxAge: 720 hours
  • maxCount: 25000 executions

client

  • userAgent: mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/134.0.0.0 safari/537.36
  • isTouchDevice: false

Generated at: 2025-03-12T20:02:50.561Z}

Metadata

Metadata

Assignees

No one assigned

    Labels

    StaleIssue was stale

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions