nahidz3
September 1, 2024, 6:43am
1
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?
n8n
September 1, 2024, 6:43am
2
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:
ihortom
September 13, 2024, 9:30pm
5
Hey @nahidz3 , I assume formattedDepertments
is an array. If so, here’s what should be done to get it working.
Ensure the departments are on lowercase
Ensure they are from the list of the following:
executive
, it
, finance
, management
, sales
, legal
, support
, hr
, marketing
, communication
, education
, design
, health
or operations
Remove join()
from your expression
Ignore the warning sign (once the three items above are fulfilled)
Here’s the working example
The outcome looks like this
system
Closed
December 12, 2024, 9:30pm
6
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.