Hello, I am new to adaptive cards and I am trying to add a custom CSAT functionality to my adaptive card. It must have 5 stars and a feedback, which can be submitted. The action could also be skipped for a new user prompt.
In any case, when I click one of the star action objects, an output is given, which completely ignores the Feedback String and gives me this error:
"Error Message: Unable to parse the following response: {“rating”:“bad”,“comment”:“aaaa”}. actionSubmitId is required to be present on the action. Error Code: AdaptiveCardResponseInvalid"
When I try to populate the Feedback String however, the variable can be used, but it skips the Star Rating click.
My question is: Is there any way I can assign a value with clicking an image and then afterwards using the Action.Submit?
The card is to be used in Microsoft Teams.
I have attached the adaptive card design to this post.