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:

🧹 Clean Up SharePoint Online File Versions: Keep Only the Latest 5 in a Specific Folder Using PnP PowerShell

 Versioning in SharePoint Online is a powerful feature that allows teams to maintain historical copies of documents. However, over time, the...