To answer your specific questions:
Q1 - Can you decrypt or extract the account? No, you can't decrypt the connection credentials. But you CAN identify which account owns the connection using the Power Platform Admin API. A Power Platform admin can call:
GET https://api.powerapps.com/providers/Microsoft.PowerApps/environments/{env}/connections/{connectionId}?api-version=2016-11-01
The response includes the createdBy field which shows the account that created the connection. The connectionId is visible in PPAC > Data > Connections when you open the connection.
Q2 - Alternative to identify the account:
1. PPAC > your environment > Data > Connections. Find connections of type Microsoft Dataverse, check the Created By column. Match the logical name from your flow to the connection.
2. If the connection owner has left the tenant or the account is deleted, that's the most likely reason the account doesn't show and it shows red. The connection still works because the token is cached, but eventually it will break.
The red status showing while the flow still runs is confirmed expected behavior when the connection owner account is no longer resolvable in the directory (deleted user, guest account removed, etc.). Microsoft docs confirm: connections tied to deleted accounts show as broken in the UI but may continue to run until the token expires.
Fix: rebind the connection reference to a new connection using a service account. Don't wait for it to fail in production.
Best regards,
Valantis ✅ If this helped solve your issue, please Accept as Solution so others can find it quickly.
❤️ If it didn’t fully solve it but was still useful, please click “Yes” on “Was this reply helpful?” or leave a Like :).
🏷️ For follow-ups @Valantis.
📝 https://valantisond365.com/ 💼 LinkedIn ▶️ YouTube