Hubspot search node

Hey community,

I’m trying to search if the email exists in the Hubspot

Do there is a solution ?

Hi @TheG, Hubspot doesn’t like a search for Email “not equals” (as this would return all users).

For the search to work you could first split up your items in batches of 1, then run the search (having the Always Output Data setting of the Hubspot node enabled), merge the results back together and then check if an email has been found. Like so:

This workflow will return a list with your incoming items next to the respective Hubspot results, allowing you to proceed based on the result:

Hope this helps!

3 Likes

Hey @MutedJam,

Thank you for this explicit explanation.
I executed the workflow but i don’t understand why the loop doesn’t work :

Any idea ?

Thanks :slight_smile:

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