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

[CoE Starter Kit - BUG] Maker Environment Request group search does not return all records #4798

Closed
AO-MichelleR opened this issue Feb 14, 2023 · 2 comments
Assignees
Labels
bug Something isn't working coe-starter-kit CoE Starter Kit issues env-request Environment & DLP Request Components

Comments

@AO-MichelleR
Copy link

AO-MichelleR commented Feb 14, 2023

Describe the issue

When requesting an environment, and choosing a security group for Dataverse, the group search only returns 500 groups. We have over 2000 groups and need to search all of our groups in order to choose the one we need to use to secure the envrionment.

Expected Behavior

The group search and then Maker Environment Request app should search all groups in the organization, not just the first 500.

What solution are you experiencing the issue with?

Core

What solution version are you using?

4.3

What app or flow are you having the issue with?

Maker - Environment Request

Steps To Reproduce

Request an environment with a database. Add a security group. Your organization has more than 500 groups. Search for a group not in the first 500 alphabetically sorted groups. Your group is not returned.

Anything else?

No response

AB#1431

@AO-MichelleR AO-MichelleR added bug Something isn't working coe-starter-kit CoE Starter Kit issues labels Feb 14, 2023
@Jenefer-Monroe Jenefer-Monroe changed the title [CoE Starter Kit - BUG] ISSUE TITLE [CoE Starter Kit - BUG] Setup wizard group search does not return all records Feb 14, 2023
@manuelap-msft manuelap-msft changed the title [CoE Starter Kit - BUG] Setup wizard group search does not return all records [CoE Starter Kit - BUG] Maker Environment Request group search does not return all records Feb 14, 2023
@Jenefer-Monroe Jenefer-Monroe added the env-request Environment & DLP Request Components label Mar 31, 2023
@manuelap-msft
Copy link
Contributor

Overcome by using Office365Groups.ListGroups({'$filter': "startswith(displayName," & "'" & sbSearchGroups.SearchText & "'" & ")"}).value - filter at connector level, no longer using collection.

Ready for Oct release.

@CoEStarterKitBot
Copy link
Collaborator

@AO-MichelleR This has been fixed in the latest release. Please install the latest version of the toolkit following the instructions for installing updates. Note that if you do not remove the unmanaged layers as described there you will not receive updates from us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working coe-starter-kit CoE Starter Kit issues env-request Environment & DLP Request Components
Projects
Status: Done
Development

No branches or pull requests

6 participants