I have an Excel list of contacts (name, email, phone number, etc.) that are part of a specific club. Within my CRM application, I have a blank membership group set up for that club, but I have not found a way to automatically add each contact to that club.
What I would like to be able to do:
- Import my list of club contacts to the CRM using an UPSERT method based on email
- If a contact with the specified email DOES NOT exist, create the contact and add the new contact to my club membership group
- If a contact with the specified email DOES exist, add that contact to my club membership group
Does anyone know of an automated way to do this either through vanilla CRM or through XRM Toolbox? I'm still pretty new to Dynamics 365 CRM software so it might exist already, and I just haven't found it.