Hi all,
I want to bypass the 999 group limit by using a text input field that will be used to show groups with part of the value from the input field in the combobox.
There is already a custom connector (graph) created for this. However I am doing something wrong in the formula, can't get it to work.
The query below works for in this case groups with "SG_" in their name.
https://graph.microsoft.com/beta/groups?$search="displayName:SG_"&$count=true&ConsistencyLevel=eventual
I created a new definition in the custom connector and it works.
Now I want to use it in the PowerApps formula but can't get it to work. To make it more easy for myself I just added the text directly in the formula I instead of using the input text label.
I tried all kind of combinations also including the Consistency level: Eventual. Maybe the problem lies in the quotation marks I need to use for the search action.
Thank you for any help you can provide or point me in the right direction.