Processing CSV Items One by One

Is there any more concise or efficient way, than the following, of splitting out CSV items, processing each of them individually, and combining/de-duping the results?

This sequence is meant to overcome the behavior of the /api/v1/workflows tags filter (which matches only workflows having all of the tags in a CSV list), and instead collect all workflows matching any of the tags in the CSV list.

Information on your n8n setup

  • n8n version: 1.50.1
  • Database: postgres
  • n8n EXECUTIONS_PROCESS setting: own, main
  • Running n8n via: Docker
  • Operating system: Raspberry Pi Os

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:

Currently not, but you can add your vote to this feature request:

1 Like

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