I would like to use the rating component to let users personally rate items in my app.
When someone selects a number of stars, the component should pass the value to the sheet.
This requires User Specific columns, so each user will experience their own data for that component - allowing the rating value to be unique to them.
However, when trying to create this column in the DB, I do not see the option to add a rating field (see image below). How can I add a User Specific rating column?
Try adding a Number column in user-specific. Go in the screen you wanna add the Ratings, click in the + up right in the page, and add the Rating component choosing the Number column you just created.
To average the ratings from each user’s user-specific columns would require rollups over user specific columns. I believe that functionality is in development.