web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Copilot Studio / How do i customize Ada...
Copilot Studio
Answered

How do i customize Adaptive Cards for Feedback

(0) ShareShare
ReportReport
Posted on by 403

Hi, I created an Adaptive Card in power virtual agent flow. It looks like this

Jupyter123_0-1694535985682.png

Whenever user failed to give the feedback and ask some other question, it still forcefully shows the feedback again.

So how can i write a condition to check if user submitted feedback or not, if the user did not submit then i should go back to above step which is responsible for answering user question.

here is my adaptive card code:
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.2",
"body": [
{
"type": "TextBlock",
"text": "We would love to hear your feedback!",
"weight": "Bolder",
"size": "Medium"
},
{
"type": "TextBlock",
"text": "Please rate your experience",
"wrap": true
},
{
"type": "Input.ChoiceSet",
"id": "rating",
"style": "compact",
"choices": [
{
"title": "1 (Poor)",
"value": "1"
},
{
"title": "2 (Fair)",
"value": "2"
},
{
"title": "3 (Average)",
"value": "3"
},
{
"title": "4 (Good)",
"value": "4"
},
{
"title": "5 (Excellent)",
"value": "5"
}
]
}
],
"actions": [
{
"type": "Action.Submit",
"title": "Submit"
}
]
}

Categories:
I have the same question (0)
  • Verified answer
    fernandosilva Profile Picture
    Super User 2024 Season 1 on at

    Hi @Jupyter123 ,

     

    You can achieve this passing the data through a Power Automate flow to check the response with a condition and returning whatever response you want on PVA.

     


    Cheers,


    Fernando

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Copilot Studio

#1
Valantis Profile Picture

Valantis 612

#2
chiaraalina Profile Picture

chiaraalina 161 Super User 2026 Season 1

#3
deepakmehta13a Profile Picture

deepakmehta13a 116

Last 30 days Overall leaderboard