power-apps

Develop and debug Microsoft Power Apps with Power Fx formulas and data connectors.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Umbral-Bot/umbral-agent-stack --skill power-apps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: power-apps
Source: https://github.com/Umbral-Bot/umbral-agent-stack/tree/main/openclaw/workspace-templates/skills/power-apps
Command: npx skills add https://github.com/Umbral-Bot/umbral-agent-stack --skill power-apps

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill empowers users to build and debug Microsoft Power Apps, enabling the creation of business applications with low-code tools, reducing reliance on full-stack development.

Core Features & Use Cases

  • Power Fx Formulas: Write and debug complex formulas for logic, data manipulation, and UI control.
  • Data Connectors: Integrate with various data sources like SharePoint, Dataverse, and SQL Server.
  • App Types: Design both flexible Canvas Apps and data-driven Model-Driven Apps.
  • Use Case: You need to create a mobile app for field technicians to log service calls. Use this Skill to help design the forms, set up data synchronization with a SharePoint list, and implement navigation between screens using Power Fx.

Quick Start

Use the power-apps skill to help me write a Power Fx formula to filter a gallery named 'Gallery1' to show only items where the 'Status' column is 'Completed'.

Frequently Asked Questions about power-apps

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

FAQPage Schema
How do I write a Power Fx formula to filter a gallery in Power Apps?

To filter a Power Apps gallery, use the Filter function in Power Fx to specify the data source and the condition, such as Filter(DataSource, Status = "Completed"), to display matching records.

What is the difference between a canvas app and a model-driven app?

Canvas apps start with a blank screen for full UI control using Power Fx, while model-driven apps generate their layout automatically based on Dataverse data structure, requiring less manual design.

Can I connect a Power Apps canvas app to a SharePoint list?

Power Apps canvas apps can connect directly to SharePoint lists using standard data connectors, allowing you to read, create, update, and delete list items through your app interface.

How do I set up data synchronization for a mobile field service app in Power Apps?

Set up data synchronization for a mobile field service app by connecting your Power Apps canvas app to SharePoint or Dataverse, then configuring offline capabilities and forms for service call logging.

Why does my Power Fx formula throw an error when connecting to Dataverse?

Power Fx formula errors with Dataverse often occur due to incorrect column references or delegation issues, so verify field names match exactly and ensure your formula supports delegation.

Do I need prior coding experience to build business apps with low-code tools?

You do not need traditional coding experience to build low-code business apps, as Power Apps uses Excel-like Power Fx formulas for logic, reducing reliance on full-stack development.