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 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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Copilot Studio

#1
11manish Profile Picture

11manish 217

#2
sannavajjala87 Profile Picture

sannavajjala87 208 Super User 2026 Season 1

#3
Valantis Profile Picture

Valantis 170

Last 30 days Overall leaderboard