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 / JSON output as Dropdow...
Copilot Studio
Answered

JSON output as Dropdown options in Adaptive card

(0) ShareShare
ReportReport
Posted on by 92

Hi,

Is there a way to use JSON outputs from GET HTTP requests as dropdown options in an Adaptive card?

JSON output schema:

{
 "type": "array",
 "properties": {
 "id": {
 "type": "integer"
 },
 "name": {
 "type": "string"
 },
 "path": {
 "type": "string"
 },
 "slug": {
 "type": "string"
 },
 "fullPath": {
 "type": "string"
 },
 "eoJobName": {
 "type": "string"
 },
 "modelType": {
 "type": "string"
 },
 "documentationUrl": {
 "type": "string"
 },
 "productFruitWorkspaceCode": {},
 "useEoAPI": {
 "type": "boolean"
 },
 "referenceDate": {
 "type": "string"
 },
 "referenceTime": {
 "type": "string"
 },
 "planPeriod": {
 "type": "string"
 },
 "planPeriodGrouping": {
 "type": "integer"
 },
 "planPeriodFormat": {
 "type": "string"
 },
 "historyDays": {
 "type": "integer"
 },
 "displayRounding": {
 "type": "integer"
 },
 "outputRounding": {
 "type": "integer"
 },
 "numberOfPeriods": {
 "type": "integer"
 },
 "defaultConnectionId": {
 "type": "integer"
 },
 "importConnectionId": {
 "type": "integer"
 },
 "outputConnectionId": {
 "type": "integer"
 },
 "preSolveStoredProcedure": {},
 "postSolveStoredProcedure": {},
 "bannerMessage": {},
 "createdAt": {
 "type": "string"
 },
 "updatedAt": {
 "type": "string"
 },
 "organization": {
 "type": "object",
 "properties": {
 "id": {
 "type": "integer"
 },
 "name": {
 "type": "string"
 },
 "path": {
 "type": "string"
 }
 }
 }
 }
}

I'd like to use 'Name' values as my dropdown options. @remidyon @adilei Would love your help

Categories:
I have the same question (0)
  • Verified answer
    Viswav Profile Picture
    92 on at

    *Update Solution:

    1. Get output from Power Automate in JSON
    2. Parse JSON by uploading sample data
      Viswav_0-1715691168480.png

       

    3. Use the adaptive card below:

     

    {
     '$schema': "http://adaptivecards.io/schemas/adaptive-card.json",
     type: "AdaptiveCard",
     version: "1.5",
     body: [
     {
     type: "TextBlock",
     text: "Please select an option:",
     wrap: true
     },
     {
     type: "Input.ChoiceSet",
     id: "userSelection",
     choices: Topic.ApplicationNamesTable
     }
     ],
     actions: [
     {
     type: "Action.Submit",
     title: "Submit"
     }
     ]
    }​

     

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