Google Contact by Name not ID

Hi @dukevannori, this can be a bit tricky if you’re processing multiple contacts at once. You’d first need to break your data down into batches of one, then run a search for each individual contact to check whether it exists or not.

The nodes you’d need for such a logic would be the Split In Batches node (to split up your existing list of contacts), the Google Contact node (to search for each contact and to create/update them) and the If node (to decide whether a contact has been found or not).

Now you didn’t share your exact data structure coming in from Fibery, but the basic idea could like so in a workflow (tested on [email protected]):

Hope this helps, let me know if you have any questions on this!

2 Likes