Hey community,
I suffer from a tiny but important issue - can you verify that the PowerAppsforAppMakers-Connector delivers incorrect values at fields "SharedUserCount" and "SharedGroupsCount" when app share-amount is reduced from any number to zero?
All mentioned user-permission-changes are made within my powerapps-maker-portal here:
My Flow looks like this:
Now this this is my scenario:
[
{
"name": "1d32c6f0-XXXXXXXXXXXXXXX-3682c127e5e7",
"id": "/providers/Microsoft.PowerApps/apps/1d32c6f0-XXXXXXXXXXXXXXX-3682c127e5e7",
"type": "Microsoft.PowerApps/apps",
...
"displayName": "DEMO-APP-UserCountError",
"description": "DEMO",
"createdTime": "2020-08-03T11:38:39.0489043Z",
"lastModifiedTime": "2020-08-03T11:38:39.1270315Z",
"sharedGroupsCount": 0,
"sharedUsersCount": 0,
....
}
]
[
{
"name": "1d32c6f0-XXXXXXXXXXXXXXX-3682c127e5e7",
"id": "/providers/Microsoft.PowerApps/apps/1d32c6f0-XXXXXXXXXXXXXXX-3682c127e5e7",
"type": "Microsoft.PowerApps/apps",
...
"displayName": "DEMO-APP-UserCountError",
"description": "DEMO",
"createdTime": "2020-08-03T11:38:39.0489043Z",
"lastModifiedTime": "2020-08-03T11:38:39.1270315Z",
"sharedGroupsCount": 2,
"sharedUsersCount": 1,
...
}
]
[
{
"name": "1d32c6f0-XXXXXXXXXXXXX-3682c127e5e7",
"id": "/providers/Microsoft.PowerApps/apps/1d32c6f0-XXXXXXXXXXXXX-3682c127e5e7",
"type": "Microsoft.PowerApps/apps",
.....
"displayName": "DEMO-APP-UserCountError",
"description": "DEMO",
"createdTime": "2020-08-03T11:38:39.0489043Z",
"lastModifiedTime": "2020-08-03T11:38:39.1270315Z",
"sharedGroupsCount": 1,
"sharedUsersCount": 0,
.....
}
]
[
{
"name": "1d32c6f0-XXXXXXXXXX-3682c127e5e7",
"id": "/providers/Microsoft.PowerApps/apps/1d32c6f0-XXXXXXXXXXX-3682c127e5e7",
"type": "Microsoft.PowerApps/apps",
"displayName": "DEMO-APP-UserCountError",
"description": "DEMO",
"createdTime": "2020-08-03T11:38:39.0489043Z",
"lastModifiedTime": "2020-08-03T11:38:39.1270315Z",
"sharedGroupsCount": 1,
"sharedUsersCount": 0,
...
}
]
I honestly tried in several combinations - it doesn't matter if you have several users or groups shared or just a single one - setting the total shareing-amount back to zero doesn't have any effect on the values delivered by the connector.
Any Idea on how to reset this values both bach to zero?
Further info to the Connector can be found here:
https://docs.microsoft.com/en-us/connectors/powerappsforappmakers/#resourcearray[powerapp]
Solved! Go to Solution.
Hi @AlexDorfmayr ,
I was able to reproduce exactly the same behavior, nothing I do with the app changes that value to "zero", even if we Republish the App the outcome is still the same. If you "Save As" a change the name of it it would then set to zero which makes sense once it is a new app, but if you replace even with that does not set the number to "zero"
That's definitely a bug and it must be reported via support request in order to allow the Support team to engage with the Product Group team.
Hi @AlexDorfmayr ,
I was able to reproduce exactly the same behavior, nothing I do with the app changes that value to "zero", even if we Republish the App the outcome is still the same. If you "Save As" a change the name of it it would then set to zero which makes sense once it is a new app, but if you replace even with that does not set the number to "zero"
That's definitely a bug and it must be reported via support request in order to allow the Support team to engage with the Product Group team.
Hi @danielbazetto ,
thank you so much for takeing the time to reproduce and verify my issue. It's great to hear that you think this is a bug too.
My collegue reported this as a bug within our support-hub with request-ID/case number 120080325001864.
Greetings from Austra
Alex
User | Count |
---|---|
122 | |
87 | |
86 | |
75 | |
67 |
User | Count |
---|---|
214 | |
181 | |
137 | |
96 | |
83 |