Hunter io node

Anyone can help with hunter io node?
using latest version Sef hosted.

With Domain search operation > Filters > Department option let us choose multiple option I am using expression on it and it is not supporting the given data. What type of data it supports?

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:

Hey @nahidz3 , I assume formattedDepertments is an array. If so, here’s what should be done to get it working.

  1. Ensure the departments are on lowercase
  2. Ensure they are from the list of the following:
    • executive, it, finance, management, sales, legal, support, hr, marketing, communication, education, design, health or operations
  3. Remove join() from your expression
  4. Ignore the warning sign (once the three items above are fulfilled)

Here’s the working example

The outcome looks like this

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