The Rating Component lets users rate items in your apps. They can tap and drag through the different values and the rating will be written to your Data Source.
How to add a Rating component
- Click on the plus symbol in the Screen panel.
- Under Insert Component, select Rating.
Data
Select which column to store the users' ratings in the Save to field. The Rating component will write a simple number value to your data source. If you want ratings to be specific for each user then you can use User-specific Columns.
Options
Determine the Max Rating to accept. This ranges from 3 to 5.
The Rating component is especially useful in Forms. You can collect the users' individual ratings for an item. Learn more about Rollup Columns to then determine average ratings.
Updated 2 weeks ago