Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Team members visible in the app and no longer in the Teams team #37

Open
L0kiz0 opened this issue Aug 24, 2022 · 6 comments
Open

Team members visible in the app and no longer in the Teams team #37

L0kiz0 opened this issue Aug 24, 2022 · 6 comments

Comments

@L0kiz0
Copy link

L0kiz0 commented Aug 24, 2022

Hi,

I installed your app and think it's really great (1.0.0.30)!

After the installation we noticed that 3 members are visible in this team (This Team tab) who are actually no longer in this team and have been removed.
In our AD these members are also deactivated.

How can this be, or how can I remove these members?

@L0kiz0
Copy link
Author

L0kiz0 commented Sep 1, 2022

nobody who can help me?

@Worrelpa
Copy link

You need to edit the powerapp and check on the main screen on visible and each of the filter buttons on select formulas. Make sure the Collection filters all have a condition of accountEnabled = true

e.g.

ClearCollect(
thisTeamList,
SortByColumns(Filter(
thisTmpTeamList,
accountEnabled=true),
"mail",
Ascending
));

@dominikmeier99
Copy link

Hey @Worrelpa

I have the same problem, do you mean with these objects:
grafik

Here in the code or where?
grafik

Thx

@digitisingsafety
Copy link

Same issue here, despite accountEnabled=true.

@L0kiz0
Copy link
Author

L0kiz0 commented Aug 15, 2024

Our easiest way is go to the sharepoint site from the team and delete the people there

@digitisingsafety
Copy link

Thanks @L0kiz0 - I've just done this and it works. Funny how it only sporadically works when deleting from the Channel itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants