Create an Average Rating type field
How to create an Average Rating type of field (Star Rating 0-5) in a SharePoint Online list using a Power Automate flow.
URI
Headers
Body
Not applicable
Screenshot with example
Sample data
ListId – ‘3e63a642-59fe-4419-8dad-375ac0a3f006’ (Don’t forget the single quotes. The value also needs to be encoded, the encodeUriComponent function is used for that)
ratingType – 1 (Star Ratings is 1, Likes is 2)
Expected response
HTTP statusCode with 200 with a SetListRating null value returned.
Copy/paste example
Expected End result
Resources
Add a ratings feature to your library
That’s it, Happy testing!
Thanks! Can you use power automate to populate the SharePoint List rating field?
Ideally I would take the rating value (ex: 4 stars) from a microsoft form and update the SharePoint List rating field with that number of stars.