-
Notifications
You must be signed in to change notification settings - Fork 229
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
Failure in CLEANUP - Admin | Sync Template v3 (Orphaned Users) when cannot get tenant count #8728
Comments
After looking at the failure it appears the issue here is in CLEANUP - Admin | Sync Template v3 (Orphaned Users) causing it to fail. |
Will fix in a way such that users can manually enter the tenant count and it wont get over ridden for these users. |
An early release of the August bits are available for testing. Please test for us! But do not install these in your production environment but rather in a test envt to get us feedback. Here are the August release candidate solutions. And the PBIT files It contains all the changes targeting August: https://github.com/orgs/microsoft/projects/195/views/59 Including these two very impactful changes: |
@Jenefer-Monroe what exactly/what conducted action should trigger the "CLEANUP - Admin | Sync Template v3 (Orphaned Users)" flow? |
fixed in August release https://github.com/microsoft/coe-starter-kit/releases/tag/CoEStarterKit-August2024 |
I am using the August release, 4.37. |
Does this bug already exist in our backlog?
Describe the issue
When this flow runs, it always produces this error on the "Tenant Has Guests" compose action:
Action 'Tenant_Has_Guests' failed: Unable to process template language expressions in action 'Tenant_Has_Guests' inputs at line '0' and column '0': 'The template language expression 'if(equals(length(outputs('Get_Tenant')?['body/value']), 0), false, coalesce(first(outputs('Get_Tenant')?['body/value'])['admin_grouphasguestusers'], false))' cannot be evaluated because property 'admin_grouphasguestusers' doesn't exist, available properties are '@odata.type, @odata.id, @odata.etag, @odata.editLink, admin_powerplatformuserid@odata.type, admin_powerplatformuserid, admin_groupsize@OData.Community.Display.V1.FormattedValue, admin_groupsize'. Please see https://aka.ms/logicexpressions for usage details.'.
Expected Behavior
expect for it to work
What solution are you experiencing the issue with?
Core
What solution version are you using?
4.33
What app or flow are you having the issue with?
CLEANUP HELPER - Power Apps User Shared With
What method are you using to get inventory and telemetry?
Data Export
Steps To Reproduce
Run the Flow
Anything else?
No response
The text was updated successfully, but these errors were encountered: