I need to update Google Contact from our CMS through Zapier Webhook. I have created the hook and sends data from our CMS. If the field is not empty it works. But if some field is empty the zap do not update this Google Contact field.
EXAMPLE
Data in Google Contact:
Name: Jordan
Family: Stoichkov
Phone: 999999
Data send from CMS with webhook:
Name: Jordan
Family:
Phone: 0123312
Result: The zap updates Name and Phone field, but not Family because it is emplty and new Contact data is: Name: Jordan
Family: Stoichkov
Phone: 0123312
Expected result is:
Name: Jordan
Family:
Phone: 0123312
I have tried Formatter step with default value, spreadsheets formulas but every time if the data field is empty (nodata) it is not send to clear Google Contacts field.