Thank you for reaching out to Microsoft Q&A Forum and sharing your detailed Adaptive Card JSON payload. I appreciate the context about the rendering and action issues in Teams following recent client updates.
Please understand that our forum is a public platform, and we will modify your question/context/image to cover your data in the description. Please notice to hide these personal or organization information next time you post error or some information to protect personal data.
After reviewing your card and testing it on the Adaptive Cards Designer, your JSON is valid and renders correctly. I also added the following properties to the Input.Text element to test form validation:
"type": "Input.Text",
"id": "feedback",
"placeholder": "Enter your feedback",
"isRequired": true,
"errorMessage": "Feedback is required"
}
],
In my Designer tests, clicking "Submit Feedback" with an empty input displays the "Feedback is required" error message, confirming the action is active.
Given that the problem emerged after a Teams update, it may relate to version compatibility. While 1.5 is the latest Adaptive Cards version, Teams might not fully support it across all platforms yet. Based on my research on similar cases, you may consider downgrading to 1.4 or 1.3 by changing the "
version" property as a recommended workaround.
Please let me know how you get on, as your feedback is valuable to the community.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.