Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Power App quick survey functionality

(1) ShareShare
ReportReport
Posted on by 8
Hello, 
 
I am a new user of Power Apps. My intention is to create a quick pulse survey to embed on our new SharePoint landing page. Here is the design I created: 
 
Here is my issue: When someone clicks on one of the smile faces below, I want the page to auto-redirect to the 'Thank you' message page(see 2nd screenshot). If this is not possible, once they select a smile face, they should click next and it should redirect to the thank you page. I put the link on sharepoint, but when I test this, it doesnt allow me to select a smile and click on next. 
 
Help would be so appreciated!!
 
 
 
 
Categories:
  • Verified answer
    Michael E. Gernaey Profile Picture
    41,002 Super User 2025 Season 1 on at
    Power App quick survey functionality
    Hi,
     
    Question first. Is the Smile an Icon? So, you have essentially 5 icons. right?
     
    I am guessing that you would want to Capture (store) their selection
     
    So do this.
     
    1. Lets give a Number to each Icon from Left to right 1,2,3,4,5 
    2. In the first Icon's OnSelect type this 
     Navigate(Finish_Screen, Transition.None, { _IconSelected: 1});
    Now for each Icon left to right do the same thing but change _IconSelected: 1 to be 2 or 3 or 4 or 5 based on the Icon (We are just making these numbers up so we know what value to assign the Icon when they get to the Finish Screen where 1 is the worst, and 5 is the best. YOu can do it however you want.
     
    3. In the Finish_Screen, you now have a local variable called _IconSelected, that got passed to it from the Navigate expression. Now you can Capture their selection in SharePoint or Dataverse or whatever is your back end.
     
     

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,645 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,997 Most Valuable Professional

Leaderboard