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 30,223 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.

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

September 2024 Newsletter…

September 2024 Community Newsletter…

Community Update Sept 16…

Power Platform Community Update…

Tuesday Tip #2 Global Search…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 141,651

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,493

Leaderboard