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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Copilot Studio / PVA - Adaptive Card Mu...
Copilot Studio
Answered

PVA - Adaptive Card Multi-select

(1) ShareShare
ReportReport
Posted on by 12

Hi,

We are working on a PVA solution, where-in we are trying to use the preview feature. When we try to add an adaptive card with multiselect options, we are not getting the response from the Adaptive card.

 

Below is the adaptive card template that we are using.

 

 

{
 "type": "AdaptiveCard",
 "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
 "version": "1.3",
 "body": [
 {
 "type": "Input.ChoiceSet",
 "id": "myInformations",
 "label": "What are all information should present in the letter",
 "isMultiSelect": true,
 "choices": [
 {
 "title": "Basic Annual Salary",
 "value": "Basic Annual Salary"
 },
 {
 "title": "Home Address",
 "value": "Home Address"
 },
 {
 "title": "Position",
 "value": "Position"
 },
 {
 "title": "Primary Work Location",
 "value": "Primary Work Location"
 },
 {
 "title": "Date Of Hire",
 "value": "Date Of Hire"
 },
 {
 "title": "Hours Per Week",
 "value": "Hours Per Week"
 }
 ]
 },
 {
 "type": "ActionSet",
 "actions": [
 {
 "type": "Action.Submit",
 "title": "Submit",
 "style": "positive",
 "associatedInputs": "auto",
 "id": "myInformationSubmit"
 }
 ]
 }
 ]
}

 

 

I have the same question (0)
  • Verified answer
    HenryJammes Profile Picture
    Microsoft Employee on at

    Thanks for catching this @aasirvatham,

     

    Looks like we wrongly interpret the output as a table when the adaptive card in fact returns a comma separated list of values in a string.

     

    If you switch to the code editor view, can you replace the adaptive card outputs to this?

     

          outputType:
            properties:
              actionSubmitId: String
              myInformations: String

    It should then work:

     

    HenryJammes_0-1684319498884.png

     

  • aasirvatham Profile Picture
    12 on at

    Thank you so much @HenryJammes . This worked just fine.

     

    On another note, in general how do we see what is the response from an Adaptive card selection?

     

    Regards,

    Arun Kumar

  • HenryJammes Profile Picture
    Microsoft Employee on at

    I used https://adaptivecards.io/designer/, pasted your JSON, and used the preview mode to see the output. 

  • Billypham123 Profile Picture
    2 on at
     - Can you provide a clear screenshot? I am unable to see any line of code on your screenshot? Thank you.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Copilot Studio

#1
Valantis Profile Picture

Valantis 633

#2
Vish WR Profile Picture

Vish WR 301

#3
Haque Profile Picture

Haque 216

Last 30 days Overall leaderboard