Microsoft Teams
A Microsoft customizable chat-based workspace.
10,671 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Our team is building a bot and adaptive cards for teams app. Our requirement is on Action.submit, hide the Action buttons as well as send the data to backend Bot. we want to hide the Action buttons because we do not want the user to click on the buttons again. Is this possible to do in the Adaptive card alone?
you can toggle visibility of elements but only as part of an action 'Action.ToggleVisibility'. However, currently it is not possible to have both a submit and toggle action together as one action. Thanks.