Do Adaptive Cards work only in Teams? No. They render in Teams, Outlook, Windows Notifications, Power BI, Webex (via integration) and custom apps through Bot Framework. Teams is the most common channel for approvals.
Do I need Power Automate to use Adaptive Cards? Not mandatory, but it is the most common stack. Alternatives: Bot Framework + Azure Bot Service, custom code with SDKs, integration via Microsoft Graph API.
What is the mobile approval adoption rate? In mature workflows 40–60% of approvals come from Teams Mobile. The growth is gradual – the first weeks 10–20%, after 6 months 40–60%, then stable. Good push notifications are critical.
Can I use Adaptive Cards for a CAPA workflow with FDA 21 CFR Part 11? Yes, but it requires e-signature compliance (MFA, non-repudiation) and audit trail – we cover this in our CAPA medtech workflow article.
Which Adaptive Cards version to pick? Currently 1.5+ for Teams, 1.4+ for Outlook (feature differences). Microsoft publishes a compatibility matrix – check before the project.
Can adaptive cards be edited after they are sent? Yes – the workflow can update the card content (via the 'Update card' action). Pattern: after approval the card shows 'Approved by X at Y', so the approver cannot undo it.
Can I use HTML/CSS in Adaptive Cards? No. The format uses JSON schema with predefined elements (TextBlock, Image, ColumnSet, ActionSet etc.). No custom HTML is a limitation but yields cross-platform consistency.