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 / Power Apps / How to use Rating fields
Power Apps
Unanswered

How to use Rating fields

(0) ShareShare
ReportReport
Posted on by 64

I find rating stars fields

Diggerr_0-1677260421659.png

But how interact with it?

how to put to db and count users pressing on them?

how to allow voting only once?

how to see who and when is votes?

any working examples?

Categories:
I have the same question (0)
  • TheRobRush Profile Picture
    11,128 Moderator on at

    As for how to interact with it, I am not really sure what you are asking, you just click it like most other controls.

     

    to see who voted when,

    Drop it in a SP List, in one column put a number, make it rating, in another put a text, or person. store the User().FullName or email or user id whatever you prefer there. by default sharepoint records time of entries, also the user but doing as a string yourself can be easier to reference later for beginners.

     

    for voting once

    just set the displaymode for the rating controls to edit if the CountRows(Filter(List, UserColumn=User().FullName))=0 and disabled if it does not

     

    working example

    See below example, here is how I store it in a number column.

    Patch(StorageUnits,{ID:14, ContactName:Rating1.Value})

    ID:14 points to the record i am updating, and rating1.value sends the star rating as a number., remove the id part and make a new record instead of editing record

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 834

#2
Valantis Profile Picture

Valantis 533

#3
Haque Profile Picture

Haque 410

Last 30 days Overall leaderboard