
Announcements
Dear community,
I'm using the connector "Power Automate Management", and the action "List flows as Admin" to retrieve all flows in an environment.
The documentation says that this connector should return an array of "AdminFlow" objects, where each of them has the connectionReferences array (in properties), as the action "Get Apps as Admin" of the connector "Power Apps for Admin" does.
Retrieving connections for each flow in a loop makes this process too slow, because we have to make an extra call for each flow.