list-connections

List Power Platform connections and retrieve connection IDs via CLI.

483|135|Updated May 8, 2025
One-click install
npx skills add https://github.com/microsoft/PowerAppsCodeApps --skill list-connections
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-connections
Source: https://github.com/microsoft/PowerAppsCodeApps/tree/main/plugin/power-apps-plugin/skills/list-connections
Command: npx skills add https://github.com/microsoft/PowerAppsCodeApps --skill list-connections

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes shared-instructions.md (resource) components.

What problem does it solve?

This Skill helps users identify and retrieve the IDs of existing Power Platform connections within their environment, which is crucial for integrating data sources into Power Apps code apps.

Core Features & Use Cases

  • Connection Discovery: Lists all available Power Platform connections.
  • ID Retrieval: Provides the necessary Connection ID for use with Power Platform CLI commands.
  • Use Case: Before adding a specific data connector (like SharePoint or Dataverse) to a Power Apps code app, you need its Connection ID. This Skill helps you find it quickly.

Quick Start

Run the list-connections skill to see all available Power Platform connections.

Frequently Asked Questions about list-connections

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list Power Platform connections in my current environment?

To list Power Platform connections in your environment, use the Power Platform CLI to retrieve all available data source connections and their required Connection IDs for integration.

How do I find the Connection ID for a data source in Power Apps code apps?

Finding the Connection ID for a data source in Power Apps code apps requires listing all Power Platform connections in the environment using the Power Platform CLI to retrieve the specific identifier.

Do I need a Connection ID before adding a connector to Power Apps code apps?

Yes, you need a Connection ID before adding a data connector to Power Apps code apps, which you retrieve by listing all existing Power Platform connections in the current environment.

Why does listing Power Platform connections fail due to authentication issues?

Listing Power Platform connections fails due to authentication issues when CLI credentials are invalid or expired, and the system explicitly reports these authentication failures along with other exact output errors.

What is the best way to retrieve data source connection details for Power Platform CLI?

The best way to retrieve data source connection details for Power Platform CLI is executing a command that lists all environment connections, providing the exact Connection IDs needed for data integration.