Configure adaptive cards
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing Designing and Building Integrated AI Agent Solutions in Copilot Studio premium course — no separate purchase.
14-day money-back guarantee — no questions asked.
Included in this chapter:
- What a card is, and who renders it
- Choosing the node: informational or interactive
- Authoring the payload: designer, JSON, Power Fx
- From input ids to topic variables
- While the card waits: invalid responses and interruptions
- Consecutive cards and stale submissions
- Schema versions and the hosts that cap them
- Test where the card will actually run
- Exam patterns and the answers that look right
Where an Adaptive Card can sit in a topic
| Decision | Card on a Message node | Card on a Question node | Adaptive Card node (Ask with Adaptive Card) |
|---|---|---|---|
| What the card is for | Showing information; the conversation continues automatically | Showing information alongside the question the node asks | An interactive form the user is expected to submit |
| Submit button | Not required | Not required | At least one, or the card belongs on a Message node |
| Where the user's input lands | Nothing is captured from the card | In the Question node's own Save user response as variable, from the question, not from the card | In card output variables, one per input element id |
| Invalid-response and interruption settings | None on the card | The Question node's own reprompt and topic-switching properties | How many reprompts, Retry prompt, and Allow switching to another topic |
| More than one card in the node | Carousel (default) or List | Carousel (default) or List | One card |
| Making the content dynamic | Reference topic variables from the card's properties | Reference topic variables from the card's properties | Also offers Formula mode, which converts the JSON payload to a Power Fx formula and cannot be converted back |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
References
- Adaptive Cards overview - Microsoft Copilot Studio
- Design informational Adaptive Cards for agent responses
- Ask with Adaptive Cards - Microsoft Copilot Studio
- Send a message - Microsoft Copilot Studio
- Collect user input with interactive Adaptive Cards
- Adaptive Cards for agent design
- Apply channel-specific considerations for Adaptive Cards
- Key concepts - Publish and deploy your agent - Microsoft Copilot Studio