Skip to main content

Notifications

Power Automate - Building Flows
Answered

How to create adaptative card

(0) ShareShare
ReportReport
Posted on by

Hi everyone.

How do I create an Adaptive Card with three checklists and send it via Teams? When someone responds, I want to save their response in a list.

  • Verified answer
    Re: How to create adaptative card

    Hi @davipolonini24 ,

     

    Please try this

    vxiaochenmsft_0-1716341738986.png

    {
     "type": "AdaptiveCard",
     "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
     "version": "1.2",
     "body": [
     {
     "type": "Input.Toggle",
     "title": "Test1",
     "id": "1",
     "valueOn": "Test1"
     },
     {
     "type": "Input.Toggle",
     "title": "Test2",
     "id": "2",
     "valueOn": "Test2"
     },
     {
     "type": "Input.Toggle",
     "title": "Test3",
     "id": "3",
     "valueOn": "Test3"
     },
     {
     "type": "ActionSet",
     "actions": [
     {
     "type": "Action.Submit",
     "title": "Action.Submit"
     }
     ]
     }
     ]
    }

    vxiaochenmsft_1-1716341763982.png

    vxiaochenmsft_2-1716341818961.png

     

    Best Regards,

    Wearsky

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,580

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,909

Leaderboard