microsoft-teams-apps-contactgrouplookup
microsoft-teams-apps-contactgrouplookup copied to clipboard
Multiple users having issues adding groups
Some of our users are unable to add groups into the Contact Group Lookup.
I am able to temporarily fix the issue by deleting the user's FavoriteDistributionList in the database but the issue randomly reappears within a few weeks. Is there anything else I can try?
@nhialee I'm having a similar issue where no groups show when the app is loaded. Searching a group works, but when you click add you are brought back to the initial "Welcome to Contact Group Lookup" screen with no groups. I'll have to look for this database file you mentioned.
@nhialee I'm having a similar issue where no groups show when the app is loaded. Searching a group works, but when you click add you are brought back to the initial "Welcome to Contact Group Lookup" screen with no groups. I'll have to look for this database file you mentioned.
Hopefully, the following instructions can help you temporarily fix the issue.
Manually delete the user's favorite distribution list from the database.
Step 1: Find the user's Object ID in Azure
- Log in to the Azure Portal
- Click Azure Active Directory
- Click Users
- Search for the user and click on their name
- Copy the "Object ID"
Step 2: Delete the user's Favorite Distribution List
- Download and install "Microsoft Azure Storage Explorer" if you have not.
- Launch Microsoft Azure Storage Explorer
- Select the Subscription
- Select the Storage Account that Contact Group Lookup was installed on
- Click Tables
- Click FavoriteDistributionLists
- Click Query
- Paste the user's Object ID into the Value field (Make sure there's only one single query line)
- Press F5 or the green play icon to process the query
- Select all tables
- Click Delete
@nhialee I have not been able to use this in a couple months and this worked. Thanks. Hoping for a permanent fix as well.