Found the solution to that one after some digging in the code. It's probably too late for you, but I thought I'll post it for anyone needing it.

Find this code:

Case "TEL;" 'Telephone number followed by type
.
                    'If FieldType2 = "pref:" Then PrefPhone(ContactNum) = FieldValue 'Add to preferred phone number
                    '****************NEW CODE ADDED V3.093 FOR HANDLING GOOGLE ITEM LABELS
                    Select Case LCase(FieldType2)

And change the last line to:
Select Case LCase(FieldType)

And then it works.

 

Last edit: Mark from Canada 2023-11-25