web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : dkHoAStQIgKno2qpzUHeTE
Power Automate - Building Flows
Answered

How to create adaptative card

Like (0) ShareShare
ReportReport
Posted on 21 May 2024 20:23:04 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
    v-xiaochen-msft Profile Picture
    on 22 May 2024 at 01:37:08
    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

Announcing our 2025 Season 2 Super Users!

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 2

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 2

Loading complete