You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error Message: Unable to parse the following response: {"info":"My submit action data"}. actionSubmitId is required to be present on the action. Error Code: AdaptiveCardResponseInvalid Conversation Id: 354a3840-7a40-41b6-906a-7929c6082ae1 Time (UTC): 2025-02-12T13:48:29.807Z
I happened to try out the Action.Execute option as well but it throws an error saying "action.submit" button not present.
It would be great if we could get a working samples for Action.submit & Action.execute being used with SelectAction
The text was updated successfully, but these errors were encountered:
@shambhavisudmsft - Could you please let me know if you are facing this issue in Teams. If yes, would it be possible for you to share which particular JSON example gives this issue?
@shambhavisudmsft - Could you please let me know if you are facing this issue in Teams. If yes, would it be possible for you to share which particular JSON example gives this issue?
Hello,
I am using this json in Copilot Studio.
{ "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.5", "body": [ { "type": "Container", "items": [ { "type": "TextBlock", "text": "Cool link" } ], "selectAction": { "type": "Action.OpenUrl", "tooltip": "Go to a url", "url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ" } }, { "type": "Container", "style": "emphasis", "items": [ { "type": "TextBlock", "text": "Emphasis link" } ], "selectAction": { "type": "Action.OpenUrl", "tooltip": "Go to a different url", "url": "https://msn.com" } }, { "type": "Container", "items": [ { "type": "TextBlock", "text": "Submit action" } ], "selectAction": { "type": "Action.Submit", "tooltip": "Submit action", "data": { "info": "My submit action data" } } } ] }
When I click the submit action, it throws that error
[Your detailed feedback here]
The follow through documentation given for SelectAction on Action.Submit does not work & throws an error.
Pasting the error as follows -
Error Message: Unable to parse the following response: {"info":"My submit action data"}. actionSubmitId is required to be present on the action. Error Code: AdaptiveCardResponseInvalid Conversation Id: 354a3840-7a40-41b6-906a-7929c6082ae1 Time (UTC): 2025-02-12T13:48:29.807Z
I happened to try out the Action.Execute option as well but it throws an error saying "action.submit" button not present.
It would be great if we could get a working samples for Action.submit & Action.execute being used with SelectAction
The text was updated successfully, but these errors were encountered: