I was working on a Power Automate post adaptive card and wait for response.
My flow is triggering Post adaptive card continuously.
To stop the flow, i had to turn the flow off.
Can anyone figure out what issue is this or is it a bug?



Json scheme
{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.4",
"body": [
{
"type": "TextBlock",
"text": "Select Service Provider",
"wrap": true,
"id": "TextingBox"
},
{
"type": "Input.ChoiceSet",
"choices": [
{
"title": "ABC",
"value": "ABC"
},
{
"title": "DEF",
"value": "DEF"
}
],
"placeholder": "Service Provider",
"id": "SpList"
},
{
"type": "ActionSet",
"actions": [
{
"type": "Action.Submit",
"title": "Action.Submit",
"id": "SubBut"
}
]
}
]
}
Output:
