Google contacts not refreshing?

Hi,

I have the following scenario:

  1. Getting a webhook from Wix with contact details
  2. Search on Google contacts if the phone number exists.
  3. If doesn’t exist - create it.
  4. If does exist - send an e-mail.

The problem I’m facing is the following:
When a new customer creates 2 orders in a span of a few minutes (3-5 minutes usually), the first execution of the scenario works perfectly and the contact is created, but in the second execution (of the second order, a couple of minutes later) the “Search Google Contact” module returns zero, even though the contact exists (was created a couple of minutes ago), and the scenario just recreates the contact.

If this is done with more than 5 minutes apart, it works perfectly. I even tried it myself with a test scenario and I get the same result. In the first few minutes after the first execution, every following execution returns zero in the “search contact”. Only if I run it after 5-6 minutes, the contact is found.

It looks like the Google Contacts is not “refreshing” fast enough or that Make.com accesses some kind of cache of my contacts? Is this solvable?

Thank you.