Anyway to count a webhook out records

Anyway to count a webhook outs records as I want to send the count of records to an email?

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

Welcome to the community @thedom4301 :sunflower:
Maybe you could try using the expression {{ $('Webhook Out').all().length }} which should give you the number of items from the Webhook Out node.

2 Likes

thanks for support seems so obvious now. glad to be part of the community :+1:

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