Forum Discussion

voonsionglum's avatar
voonsionglum
Copper Contributor
Apr 10, 2020
Solved

Handling Teams latency

Hi, We have a bot that is showing users adaptive cards.  The cards are built with submit action buttons.  We have noticed that when users click on the submit buttons, the bot and its web app may take...
  • NadirRiyani's avatar
    Apr 10, 2020

    voonsionglum  Does your Button event click is executing the POST call. If not then request you to perform HTTP POST request. This would disable the button. I have performed this in Message card and it works fine for me. I mean, it disables my button until the response received back from the server.

     

Resources