My flow works for all data from Google Contacts to a Notion database except for the labels, which I can’t map properly. More precisely, they are mapped but remain “encoded”, so they are unusable.
The Number field was replaced by a Text field, and the labels are transferred, but the format is unreadable.
Formula used in the mapping field of the Tool module:
join(map(13.Memberships; replace(current.contactGroupResourceName; “contactGroups/”; “”)); " | ")