Skip to content

Conversation

Copy link

Copilot AI commented Dec 18, 2025

Multiple cloud flows in the default environment appeared in the Deleted Flows view (1,696 items) without recent CoE updates. Added a concise responder playbook to triage, mitigate, and restore flows.

  • Documentation
    • New TROUBLESHOOT-DELETED-FLOWS playbook covering hypotheses (cleanup flows, inventory mismatch, DLP/licensing), validation steps, and mitigation/restoration guidance.
    • Linked the playbook from the main README for quick discovery under Troubleshooting.

Example restoration snippet:

Get-AdminFlow -EnvironmentName "<env-guid>" -IncludeDeleted |
  Where-Object { $_.Properties.state -eq "Deleted" } |
  ForEach-Object { Restore-AdminFlow -EnvironmentName $_.EnvironmentName -FlowName $_.FlowName }
Original prompt

This section details on the original issue you should resolve

<issue_title>[CoE Starter Kit - BUG] All Cloud deleted from an Environment</issue_title>
<issue_description>### Does this bug already exist in our backlog?

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

Describe the issue

We just realized that 1,696 cloud flows were deleted from our default Power Platform environment yesterday. No recent updates were made to the CoE, and we need to restore these deleted flows as soon as possible.

Image
Image

Expected Behavior

All Power Automatize cloud flow deleted from our default environment

What solution are you experiencing the issue with?

Core

What solution version are you using?

4.50.6

What app or flow are you having the issue with?

cloud flows in our default environment

What method are you using to get inventory and telemetry?

Cloud flows

Steps To Reproduce

checked default environment and not cloud was present instead as w

Image

e see all the flows as deleted

Anything else?

No response</issue_description>

<agent_instructions>Analyze and troubleshoot why All Cloud deleted from an Environment and provide the solution for this. </agent_instructions>

Comments on the Issue (you are @copilot in this section)

Custom agent used: CoE Custom Agent
Specialized agent for triaging and fixing issues in the CoE Starter Kit. Always consult the official CoE docs and the team’s SharePoint notes first, then mine prior GitHub issues and the CoE Common Responses playbook.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: AmarSaiRam <220305901+AmarSaiRam@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix bug to restore deleted cloud flows in environment Add guidance for mass cloud-flow deletion incidents Dec 18, 2025
Copilot AI requested a review from AmarSaiRam December 18, 2025 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CoE Starter Kit - BUG] All Cloud deleted from an Environment

2 participants