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 to skip adaptive f...
Copilot Studio
Unanswered

How to skip adaptive feedback if user hasn't clicked any buttons?

(1) ShareShare
ReportReport
Posted on by 403

Hi, In PVA, I have a Adaptive Card, this is how it looks like

Jupyter123_0-1695374910354.png

if the user did not click thumbs up or down in adaptive, but instead if they ask some other questions, the feedback forcefully comes. I dont want that. What should i do?
Here is my adaptive card code:

{
    "type": "AdaptiveCard",
    "version": "1.2",
    "body": [
        {
            "type": "TextBlock",
            "text": "Did you find this helpful?",
            "wrap": true
        },
        {
            "type": "ActionSet",
            "actions": [
                {
                    "type": "Action.Submit",
                    "title": "👍",
                    "data": {
                        "feedback": "good"
                    }
                },
                {
                    "type": "Action.Submit",
                    "title": "👎",
                    "data": {
                        "feedback": "bad"
                    }
                }
            ]
        }
    ]
}
Categories:
I have the same question (2)
  • fernandosilva Profile Picture
    Super User 2024 Season 1 on at

    Hi @Jupyter123 ,

     

    I believe if the user doesn't interact with the buttons and make a new request, the new request will be triggered, unless the buttons have a "isRequired" property, so it will pop up again when the user write anything else in the message field.

  • Jupyter123 Profile Picture
    403 on at

    @fernandosilva hey, if you see my adaptive card code, it doesn't have isRequired property , but still its pop up again when user write anything else in message field if they failed to provide feedback

  • fernandosilva Profile Picture
    Super User 2024 Season 1 on at

    Hi @Jupyter123 ,

     

    Sorry for the late reply as I was on holiday last week.

     

    On the new canvas there are some new settings for adaptive cards that might help you with your enquiry.

     

    2023-10-02 09.54.11 web.powerva.microsoft.com b2f14ee47e20.png

    2023-10-02 09.57.19 web.powerva.microsoft.com 7d29296b6ec9.png

    I found out that when changing those settings, the adaptive card works as you request.

    Once, twice, etc. Or you can add any other formula.

     

    I hope it helps.

     

    Cheers,

    Fernando

  • D99 Profile Picture
    7 on at

    Hey, @fernandosilva  I am dealing with the same issue as @Jupyter123. The proposed solution doesn't work, because if you set it to 'Don't repeat' all it will do is escalate the issue to a live agent, which is not the same as skipping the adaptive card and allowing the user to input a question etc. Any other solutions?

    Thanks

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 255 Super User 2025 Season 2

#2
Romain The Low-Code Bearded Bear Profile Picture

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

#3
S-Venkadesh Profile Picture

S-Venkadesh 101 Moderator

Last 30 days Overall leaderboard