My Zap is working as followed -
- Find Company in Hubspot
- Find associations
- Find Contacts
- Find Owner of contacts
My problem is that sometimes a company will have multiple contacts and those contacts can have the same or multiple contact owners. When I pass the record IDs to find contacts I'm getting an error. I believe it's because it's searching with multiple record ID’s at once. ie (1234567, 987654). I thought I could use looping but that also was giving me an error.
How can I search one at a time?