Free tool concept
Adaptive Card Preview Snippets
A snippet library for Teams Adaptive Card layouts used by approval, notification, and request review flows.
Adaptive Card snippetsTeams card Power Automateapproval card
Who this helps
Flow builders who send Teams cards from Power Automate.
What to standardize
- Start from small, testable card blocks.
- Use consistent headings and facts.
- Keep action buttons aligned to flow outcomes.
- Document payload owners and test channels.
Examples
Fact block
Show scannable request metadata.
Formula / code
{ "type": "FactSet", "facts": [
{ "title": "Request", "value": "@{triggerBody()?['Title']}" },
{ "title": "Owner", "value": "@{triggerBody()?['Author']?['Email']}" }
] }Expected result: Teams cards remain compact and readable.
Common mistakes
- Testing only in desktop Teams
- Forgetting JSON escaping
- Using too many facts