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

Notifications

Announcements

Community site session details

Community site session details

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

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Copilot Studio

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 273 Super User 2025 Season 2

#2
Romain The Low-Code Bearded Bear Profile Picture

Romain The Low-Code... 271 Super User 2025 Season 2

#3
S-Venkadesh Profile Picture

S-Venkadesh 101 Moderator

Last 30 days Overall leaderboard