Could you please help me with the syntax of the Powerapps connector MSGraphGroupsandUsers.ListGroupsByDisplayNameSearch()
I cannot get this to work. MSGraphGroupsandUsers.ListGroupsByDisplayNameSearch({‘$search’:”All”} ) (or whatever search string I use) gives an error.
Furthermore, is there a way to list all Groups, i.e. by using a wildcard * in the search string?
The connector itself is ok: MSGraphGroupsandUsers.ListUsers() works fine.
Thanks in advance for your reply.