Skip to main content

Notifications

Community site session details

Community site session details

Session Id : mBzlTRxJZ68B8f53pmro4c
Power Apps - Building Power Apps
Unanswered

Power App Survey Responses

Like (2) ShareShare
ReportReport
Posted on 15 Aug 2024 13:45:49 by 8
Hello! 
 
I am needing help with the survey functionality of power apps. I built an app from scratch that looks like this: 
 
I am trying to figure out how to set up a Microsoft list that will record responses anytime someone clicks on one of the icon smiley faces. The app is going to live on our SharePoint company landing page. Any ideas on how to do this? 
 
  • Robu1 Profile Picture
    1,218 Super User 2025 Season 1 on 15 Aug 2024 at 17:59:06
    Power App Survey Responses

    Hi JZ-13080142-0,

     

    That sounds like a great project! You can set up a Microsoft List to record responses when someone clicks on a smiley face icon in your Power Apps survey. Here’s a step-by-step guide to help you achieve this:

      • Create a Microsoft List:
      • Go to your SharePoint site.
      • Click on New > List.
      • Create a new list with columns to store the survey responses, such as User, Response, Timestamp, etc.
      • Set Up Power Apps:
      • Open Power Apps and create a new app or edit your existing app.
      • Add a gallery or buttons for the smiley faces.
      • Use the OnSelect property of each smiley face to capture the response and save it to the Microsoft List.
      • Connect to Microsoft List:
      • In Power Apps, go to Data > Add Dataand select your Microsoft List.
      • Use the Patch function to save the responses to the list.

    Here’s an example of how you can use the Patch function to save a response:

    Patch(

        YourListName,

        Defaults(YourListName),

        {

            Title: User().FullName,

            Response: "Happy", // or "Neutral", "Sad" based on the smiley face clicked

            Timestamp: Now()

        }

    );

     

      • Embed the App in SharePoint:
      • Go to your SharePoint site and edit the page where you want to embed the app.
      • Add a Power Apps web part and select your app.

    This setup will allow you to record responses in your Microsoft List whenever someone clicks on a smiley face in your Power Apps survey.

    If you need more detailed instructions or run into any issues, feel free to ask! 😊

     

    If this resolves the issue, Pls mark as solved to enable other users with a similar issue to find it. 

     

    Happy to help.

     

    Robu1🤩

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Building Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 89 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 60

#3
stampcoin Profile Picture

stampcoin 48

Overall leaderboard
Loading started