Skip to content
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

[CoE Starter Kit - BUG] Assigning new Flow Owner do not update Roles in CoE #9567

Open
1 task done
lcimon opened this issue Feb 3, 2025 · 3 comments
Open
1 task done
Assignees
Labels
bug Something isn't working Cloud Flow Issues related to CoE Kit Cloud Flow Execution coe-starter-kit CoE Starter Kit issues

Comments

@lcimon
Copy link

lcimon commented Feb 3, 2025

Does this bug already exist in our backlog?

  • I have checked and confirm this is a new bug.

Describe the issue

When assigning a new owner to a flow, the owner is successfully changed, but the roles in the 'Shared With' tab aren't updated. We still see the old maker marked as owner, and the new owner isn't listed at all.

This also concerns the case where an editor is added.

Expected Behavior

The roles list must be updated to reflect the actual state of the flow after changing the owner, exactly as it is done when the owner is changed for a Canvas App.

What solution are you experiencing the issue with?

Core

What solution version are you using?

4.45

What app or flow are you having the issue with?

HELPER - CloudFlowOperations

What method are you using to get inventory and telemetry?

Cloud flows

Steps To Reproduce

No response

Anything else?

No response

@lcimon lcimon added bug Something isn't working coe-starter-kit CoE Starter Kit issues labels Feb 3, 2025
@pbattini
Copy link
Collaborator

pbattini commented Feb 3, 2025

@lcimon What I understand from the issue description is that the flow owner is getting updated in the Flows tab; however, the Shared with tab is not reflecting the latest details in the Power Platform Admin View app. Can you confirm the following details?

  • Were there any flow failures? You can check by referring to the Sync Flow Errors tab in the CoE Admin Command Center app.
  • The CLEANUP - Admin | Sync Template v3 (Flow Shared With) flow takes time to trigger. Can you check and confirm when it was last executed? You may also try manually running this flow.

@pbattini pbattini self-assigned this Feb 3, 2025
@pbattini pbattini added the Cloud Flow Issues related to CoE Kit Cloud Flow Execution label Feb 3, 2025
@lcimon
Copy link
Author

lcimon commented Feb 3, 2025

@pbattini, your understanding is correct. There is no failure in the flows you mentionned. The update of role in Shared With tab is just not implemented in the HELPER - CloudFlowOperations flow.
You can verified this by comparing the HELPER - CloudFlowOperations flow and the HELPER - CanvasAppOperations.

  • Helper - CanvasAppOperations: after changing the app owner the Roles are updated
Image
  • HELPER - CloudFlowOperations: not update after changing the flow owner
Image

@pbattini
Copy link
Collaborator

pbattini commented Feb 3, 2025

@lcimon Thanks for the detailed explanation. You are right the logic is missing, and we will update the flow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Cloud Flow Issues related to CoE Kit Cloud Flow Execution coe-starter-kit CoE Starter Kit issues
Projects
Status: No status
Development

No branches or pull requests

2 participants