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

Notifications

Announcements

Community site session details

Community site session details

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

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
    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
    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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Copilot Studio

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 273 Super User 2025 Season 2

#2
Romain The Low-Code Bearded Bear Profile Picture

Romain The Low-Code... 271 Super User 2025 Season 2

#3
S-Venkadesh Profile Picture

S-Venkadesh 101 Moderator

Last 30 days Overall leaderboard