Is your feature request related to a problem? Please describe.
Our problem is that for each record in the admin_connectionreferenceidentities table, we have no way of knowing which flow/app this connection is used in.
Describe the solution you'd like
Can you please create a new [connectionreferenceid] column to the ‘admin_connectionreferenceidentities’ dataverse table (and update relevant flows to populate this value).
Describe alternatives you've considered
No response
Additional context?
This feature would allow us to combine the ‘admin_connectionreferenceidentities’ table with the ‘admin_connectionreferences’ table with a common id; to enable greater insights. Specifically around account cleanup: if we want to disable an account; we can proactively identify which specific flows will be impacted (‘admin_connectionreferences’ has information on the flow/app; whereas admin_connectionreferenceidentities has information on the account but no information on the flow/id).