Rating Control In Power Apps

Power Apps is a suite of apps, services, connectors, and data platforms that provides a rapid application development environment to build custom apps for your business needs. For more details please click here.

With rating control users can indicate a value between 1 and a maximum number that we specify. With rating control, the user can indicate, for example, how much they liked something by selecting a certain number of stars.

Reading this article, you can learn how to use Rating control in Microsoft Power Apps.

Step 1

Open the URL https://powerapps.microsoft.com/en-us/ in the browser for Power apps,

Create an account with your Organization Mail ID and log in.  After logging in to your Power Apps account,

Step 2

First, Click Create (+ ) and Select the Canvas app from blank.

Next, give the App name as PARatingand Format as Phone, and then click Create.

Now, In the Power Apps studio environment, select the Create a form option,

Step 3

To test the Rating control, Rename the Screen name as ScrRating, Rename the Form name as FrmRating,

Add the following controls in the Form window for the Rating Control feature view.

Insert the Label Control and set the Name property as LblName and Text Property as Rating Control in Power Apps.

Insert the Rating Control and set the Name property as RatingTest and set the Default value is 3,

Next, we can Insert the Label Control and set the Name property as LblRatVal and Text Property as "Your Rating is "&RatingTest.Value to display the Rating,

Step 4

Now we can see the preview of your App in Power Apps Studio, and the output of the PARating is,

After dragging the Rating,

 

Summary

Now you have successfully tested Rating Control- PARatingin Power Apps Studio environment. 


Similar Articles