I have a flow with the action 'post adaptive card and wait for a response'. The adaptive card has 2 buttons. Following this action, I have a parse JSON action to parse the user's response, and then a switch which has different actions depending on which button the user pressed.
However, I want to build out a third set of actions which will trigger if the user doesn't respond / interact at all with the card. In the adaptive card action settings, I've set the timeout to PT1H. However, how can I edit my switch and/or logic in general so that if the user presses button A, actions A will occur, if they press button B, actions B will occur, but if they don't respond after 1 hour, actions C will occur? Can this be done with a 'do until' loop? If so, how?