Power Apps Cards - When do they suit you?

Power Apps Cards - When do they suit you?
I don't know if you are familiar with cards for Power Apps and what they can offer, but for me, they are worth considering as a solution for some use cases.
Let's dive in and understand what those can be.
What are cards, and what can they be used for?
Power Apps cards offer an alternative to canvas apps when there's minimal user input and Teams is the sharing method.
Let's call them "micro apps" that are built in a designer studio that is very similar to the canvas designer studio and can include business logic with PowerFx formulas.
What are some scenarios that cards can be considered for?
- Gather a list of ideas
- Run a poll
- Display information from a Dataverse record
- An alternative to approval cards
What cards can't do?
It's important to understand what are the limitations of cards before considering them as a solution for a scenario:
- Default() PowerFx formula is NOT available: this means that you can only update existing records, you can't create new ones.
- Dataverse is the sole source available: at the moment, no other data source is available.
- Limited PowerFx options: only a few expressions are available, such as Set and Collect
- Teams only: you can share the cards only in a channel or a chat

How does the river flow?
Just as the river often decides the outcome of a Poker hand, I think that recent updates released for Power Apps cards are an indication of the potential for more and more use cases where they could be considered.
It is now possible to include cards in Power Automate cloud flows, providing considerations such as creating a card instance based on a new record created or on a predetermined event and sending that card in a Teams chat or channel.
With the use of "customizable" variables, the card can be adapted based on the input provided from within the flow. Think of the ID of a record that allows you to display information from a Dataverse record and request an update from the user...
Conclusion
Learn more
About me
You can reach me on:
Twitter: https://twitter.com/ZePowerDiver
YouTube: https://www.youtube.com/c/ZePowerDiver
Blogger: https://www.zepowerdiver.com/
Github: https://github.com/ZePowerdiver/
Keep on Diving!
Published on:
Learn moreRelated posts
How to Detect that a PCF is Running Inside a Canvas App / Custom Page
Usually my target is to develop a PCF working inside all types of apps: Canvas App (or Custom Pages), Model-Driven Apps and hopefully also ins...
Monitor Power Apps Usage with Microsoft Purview
Did you know you can access detailed logs for your Power Apps—such as which user: You can view all of these logs using Microsoft Purview , a c...
Event Property Default Values in Power Apps Components
Event Property Default Values in Power Apps Components This blog summarizes a video tutorial on event property default values in Power Apps co...
Power Apps Integration Challenges: Expert Insights & Solutions
Table of Contents Introduction Microsoft Power Apps has become a game-changer for rapid app development, but its true potential is… The ...
Power Up Your Canvas Apps with No Code Interactive Maps: A Game-Changer for Sales and Field Teams!
If you’re a Sales Manager juggling territories, appointments, and customer data across multiple tools, it’s time to simplify things—with maps ...
Power Apps – Information regarding the end of support for Draft well-written input text with Copilot preview feature
On May 8, 2025, the Draft well-written input text with Copilot preview feature will have reached end of support. How does this affect me? Afte...
Many to Many relationships in Canvas Power Apps
Many to Many relationships can be painful in Canvas Apps . In this post I'm looking at how we can work with many to many relationships in Powe...
Using Large Excel files in Power Apps
We all know that Excel isn't a good place to store your Power Apps data in. Still way to often developers use large Excel files for their Powe...