Hello everyone,
I want to put rating with 5 stars in PowerApps and get the value of the stars (1,2,3,4 or 5) in sharepoint list (I just want to get the number)
But, on update always show "record value expected"
I tried so many ways and it doesn't work
How can I get that value?
Thank you in advance
Solved! Go to Solution.
Tested the rating on my side
TESTPOWERAPPS is list name, and Priority column is set to number.
Placed a rating control, left it as default, name is Rating1
Placed a button below it with the onselect
Collect(
TESTPOWERAPPS,
{
Title: "RatingTest",
Priority: Rating1.Value
}
)
Functions as expected, every time i hit submit it entered a splist entry with the title RatingTest, and the value in Priority matched the number of stars I had selected.
Perhaps your splist column is not set to a number?
Have a look at this blog post
Storing Star Rating in SP List column
Tested the rating on my side
TESTPOWERAPPS is list name, and Priority column is set to number.
Placed a rating control, left it as default, name is Rating1
Placed a button below it with the onselect
Collect(
TESTPOWERAPPS,
{
Title: "RatingTest",
Priority: Rating1.Value
}
)
Functions as expected, every time i hit submit it entered a splist entry with the title RatingTest, and the value in Priority matched the number of stars I had selected.
Perhaps your splist column is not set to a number?
User | Count |
---|---|
255 | |
112 | |
92 | |
48 | |
38 |