N8n-nodes-playwright-scripts node output : No fields - item(s) exist, but they're empty

I am currently using the n8n-nodes-playwright-scripts package.
The Playwright Script node runs without errors, but the output shows:
No fields - node executed, but no items were sent on this branch,
I tested my script with the following return value:
return [ { “name”: “First item”, “code”: 1 }, { “name”: “Second item”, “code”: 2 } ];
However, the node still shows the message above and does not output any items.
Could you help me understand why the returned items are not being recognized by the node?

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(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.)

Share the output returned by the last node

Information on your n8n setup

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

Hey @Bonnie hope all is good.

Given this is a community node, you may have better luck reaching out to the node’s maintainer through their github:

Hey @jabbson, thanks a lot for your reply :folded_hands:

I understand it’s a community node — I tried reaching out via GitHub, but the repository has issues disabled:

“Issues are disabled for the selected repository. Please select a different repository.”

If there’s no other way to reach the maintainer, I’ll look into alternative solutions.
Thanks again for your help!

1 Like

@digitalchild maybe you can help here

Hello, I’ve enabled issues for the repo. I haven’t had much time to work on this and I am aware of a couple of issues. If you could log the issue now, I’ll do my best to address it.

@Bonnie

please log the issue if this is still something you are trying to solve.