I have an adaptive card which has two separate buttons in it. Button 1 is Submit button with action type - Action.Submit and Button 2 with action type also Action.Submit which is supposed to trigger another Adaptive Card.
The issue is that there are only 3 acceptable Action types according to documentation provided that are Action.Submit , Action.ShowCard and Action.OpenURL.
On Clicking the Button the response which is being returned to my Activity Value is of the input choice set only, i cant access the Action
So therefore i cannot filter the button according to the Title also.
The adaptive card json -
https://gist.github.com/NikhilBansal21/39589cfa3fc33f44b273d551b1650
[IN CASE GIST DOES NOT WORK ON CLICKING . PLEASE COPY AND PASTE THE URL ON BROWSER]
I want my two buttons present in same adaptive cards to trigger different custom flows/cards.