Wednesday, April 3, 2024

is Required & Validation message in an adaptive card

The parameter to make the text field mandatory in adaptive card is "isRequired", pls try modify the required parameter with the below one:

{

"type": "Input.Text",
"id": "defaultInputId",
"placeholder": "enter comment",
"maxLength": 500,
"isRequired": true,
"errorMessage": "Comment is required"
},

No comments:

Post a Comment

Why Power Automate Premium with AI Builder is a Game-Changer for Single Users

 I ntroduction Manual data processing is not only time-consuming but also prone to errors, impacting efficiency and decision-making. Organi...