Hi,
I'm trying to list in the app the list of all users with access.
After some investigation, I found this connector. But I'm having difficulty making it happens.
Insite App, OnStart I add:
ClearCollect(AppUsers,
PowerAppsforAdmins.GetAdminAppRoleAssignment("Organization ID","App ID").value
)
It loads the columns name for the collection but, with no data. (id,name,property,type)
Not sure if it's the wrong command to use or a problem with the implementation.
thanks