Evaluation node only fetches the first record

Describe the problem/error/question

I have build an small evaluations for my AI-agent to test 30 cases, when I study the tutorials and material from the docs ( Light evaluations | n8n Docs ) I should be able to click “Evaluate all”, yet I can’t find it anywhere and I have searched far and wide on the internet.

What is the error message (if any)?

No error whatsoever. But it only states that I have 29 rows left.

Information on your n8n setup

  • n8n version: 1.115.3
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system: windows and mac

Hello @Pieter1 , same issue for me.
My post : How to run a light evaluation for each row in a Gsheet?

There is also a Github issue : No "Evaluate all" button appears in new version · Issue #20822 · n8n-io/n8n · GitHub

2 Likes

Hi @Pieter1 @Amandine_Dupays

I have the same problem on 1.115.3, gonna try 1.116.2, self hosted

Good news: I’ve just tested 1.117.3 — the bug is fixed. The Evaluation Trigger now uses all rows from the Google Sheet.

2 Likes

I am on 1.117.3 and the issue is still present unfortunately

With the update, it works at my end.

I have had some trouble with having the Google Sheet open, but when it is closed it works like a charm.

Very strange. For me whether I have the sheet open in my browser or not, the workflow node still only grabs the first row.

Maybe use a very simple workflow to test it?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.