Skip to main content

Notifications

Copilot Studio - General
Unanswered

How to fix the width of the adaptive card field?

Posted on by 71

I have an adaptive card comes up for user to fill in the information. I am using JSON to display this field(code mentioned in below.) How can I fix the width of the text box. It is kind of big which doesnt look good in UI. Is there anyway I can fix it. 

 

Thank you. 

JSON code of the field:

{
"type": "Input.ChoiceSet",
"id": "Country",
"placeholder": "Please select Country",
"style": "compact",
"isMultiSelect": false,
"label": "Country",
"isRequired": true,
"errorMessage": "Required input",
"choices": [
{
"title": "United States",
"value": "1"
},
{
"title": "Canada",
"value": "2"
}
]
},

 

furqanmajeed_0-1662576796818.png

 

Categories:
  • Expiscornovus Profile Picture
    Expiscornovus 29,370 on at
    Re: How to fix the width of the adaptive card field?

    Hi @furqanmajeed,


    As far as I can tell the Input.ChoiceSet does not have a property for that. But you might be able to workaround it by using for example a columnset, column or a table.

Helpful resources

Quick Links

Welcome to the Power Platform…

We are thrilled to unveil the newly-launched Power Platform Communities!…

Getting Started…

Welcome to the Power Platform Community! We appreciate your visit…

Welcome to the new Power Platform Community!…

We are excited to announce our new Copilot Cookbook Gallery in the Community…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 138,287

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,172

Leaderboard