Supabase get many rows node not returning all matching rows #13881
Labels
in linear
Issue or PR has been created in Linear for internal review
Needs Feedback
Waiting for further input or clarification.
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
{
"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
storage
pruning
client
Generated at: 2025-03-12T20:02:50.561Z}
The text was updated successfully, but these errors were encountered: