list-connections

List Power Platform connections and return connection IDs in script environments.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/promitdutta/power-platform-skills-qwen --skill list-connections-promitdutta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-connections
Source: https://github.com/promitdutta/power-platform-skills-qwen/tree/main/skills/code-apps/list-connections
Command: npx skills add https://github.com/promitdutta/power-platform-skills-qwen --skill list-connections-promitdutta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Streamlines the process of identifying Power Platform connection IDs, allowing for quicker and easier addition of connectors to code apps.

Core Features & Use Cases

  • Automatic Connection Listing: Fetches and lists all Power Platform connections within the current environment.
  • Quick Access to Connection IDs: Supplies connection IDs to facilitate adding data sources to code apps.
  • Use Case: For a developer in the middle of coding an app and requires the connection ID for their SQL server or API to connect, this skill can automatically fetch it without searching manually.

Quick Start

Run the skill to list all Power Platform connections in your current environment and find the necessary connection ID.

Frequently Asked Questions about list-connections

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

FAQPage Schema
How do I get Power Platform connection IDs for app development?

To get Power Platform connection IDs for app development, you can use a script-based approach to automatically fetch and list all connections within your current environment. This eliminates manual searching and accelerates app deployment.

What is the best way to find connection IDs for data sources in Power Platform code apps?

The best way to find connection IDs for data sources in Power Platform code apps is to run an automated listing script. It quickly supplies the specific connection IDs needed to integrate data sources like SQL servers or APIs without manual configuration.

Can I automate connection ID retrieval using the Power Platform CLI?

Yes, you can automate connection ID retrieval using the Power Platform CLI in a script-based code environment. This method targets developers needing fast access to connection data, reducing deployment time and minimizing human configuration errors.

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

To list all Power Platform connections in your current environment, you execute a specific script that fetches the available connections. This provides quick access to the necessary connection IDs for integrating connectors into your applications.

Does automating connection ID retrieval reduce deployment time for Power Platform apps?

Automating connection ID retrieval significantly reduces deployment time for Power Platform apps by streamlining the identification process. It minimizes human error in configuration and allows developers to quickly add necessary data sources during coding.