hi ,
You can do this using creating a new flow in Power Automate. Use the ‘Manually trigger a flow’ trigger to manually start the flow.
Use the ‘List flows’ action from the Power Automate Management Connector to retrieve a list of all flows in the default environment.
check here some actions -https://learn.microsoft.com/en-us/connectors/flowmanagement/
Iterate through the list of flows retrieved in the previous step using the ‘Apply to each’ control.
Inside the loop, use the ‘List flow connections’ action from the Power Automate Management Connector to retrieve a list of connectors used in each flow.
Format data as csv view and export it.
If this helps you, please give kudos and mark it as a solution.
Thanks,
Sandeep Mishra
@saurabhrupji