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:

🤖 📄 How to Create a Document-insight Agent in Microsoft 365 Copilot

📚Microsoft 365 Copilot enables you to build custom agents that interact with users, retrieve knowledge from organizational data, and answer...