-
Notifications
You must be signed in to change notification settings - Fork 228
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
Support for cases where transitive attributions in http call are not supported #8273
Comments
Hi @Jenefer-Monroe Thanks for your quick feedback. |
Please do go ahead and run the orphaned user flow. It will also clean up malformed records there as we used to store them a different way. |
Sounds good, we will try it, thank you so much @Jenefer-Monroe |
We ran the flow CLEANUP - Admin | Sync Template v3 (Orphaned Users) but unfortunately received the error as the following screenshot. It seems like the flow can find the group but could not process further. Would you please help to look into it? @Jenefer-Monroe Thank you! |
Looks like we got past that first issue with the Tenant and are on to something new here. What is the error output from this call? Note that the error in yellow is just the first error the flow encountered which was, in this case, a caught error. So you'll need to look at the output of the action itself to see the error at hand. |
Hi @Jenefer-Monroe |
If I keep clicking next to this loop, all of the groups(Total 5 groups) are failed with the same output as I showed you to the ListGroupMembersTransitive action. |
Can you please tell me, are you a regular commercial tenant? Or are you in one of the sovereign gov type clouds? Then also what region your coe envt is in as well as its type? This can be found in the product admin pages: https://admin.powerplatform.microsoft.com/ |
We are the regular commercial Canada tenant. The CoE environment is production environment. |
I tested around that and it did work for me for these group types. Can you click Show raw input and paste what you see? Obfuscate the GUIDs too { |
Hi here is the screenshot after I click on the "Show raw input". |
Just want to let you know that we had exactly the same error with the CLEANUP HELPER - Power Apps User Shared With flow. After re-runnnig the orphaned user flow the above error is gone for now. Thanks Jennefer for this! |
I don't think the issue is the group type, but I could be wrong. I created these types and they worked fine. We are hoping for these two numbers to be the same, but I'm wondering if your second number will be zero. Let me know if you need help importing a flow. |
Thank you so much Jenefer, we will try it and get back to you. |
No GroupHasGuestUsers is something we populate. Its not an option so much as its us recording state. So it looks like we'll have two issues to resolve here.
Lets get through issue 1 then look at issue 2 |
Hi @Jenefer-Monroe , we are working on the test flow and will back to you. |
Hi @Jenefer-Monroe sorry for our late reply. I finally ran the test flow, however we could not run it successfully. Here is the error message. Do you have any insight for what is the number of 2486? |
Thank you. I'll work to make the flow not fail for you, I'm trying to do that for the June release. But I wont be able to get true count of users in the group, or the presence of guest users so I'll add a warning to the Sync Flow Errors table so that admins are aware they are in this state. Can you take this flow (the test one that counts groups) to product support. Hopefully they can tell you why you are unable to use this call. So far you are the only tenant I've seen in this state. Hopefully there is some setting I'm unaware of, or something else the product team can fix up for you quickly. |
Sounds good, thank you so much for your help Jenefer, much appreciate it. |
Does this bug already exist in our backlog?
Describe the issue
We have a failed flow CLEANUP HELPER - Power Apps User Shared With for all of our environments. Please help to look into it, thank you.
The error message is "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
The flow ran without error.
What solution are you experiencing the issue with?
Core
What solution version are you using?
4.31
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?
Cloud flows
Steps To Reproduce
No response
Anything else?
Here is the screenshot of the error flow.
AB#3246
The text was updated successfully, but these errors were encountered: