> For the complete documentation index, see [llms.txt](https://docs.wem.io/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wem.io/platform/wemtipsandtricks/widgets/advanced-input/rate.md).

# Rate

Change the value of a number datafield using a star rating widget. Similar to the 'Rating view' widget. This widget can be used to change a number datafield. However, it cannot be used to display custom rating icons and uses stars.&#x20;

<div data-full-width="true"><figure><img src="/files/QaNtnYEXfNAfyElNfh27" alt=""><figcaption></figcaption></figure></div>

### Properties

| Property          | Type              | Description                                                                                                                                                              |
| ----------------- | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Data field        | datafield, number | Change this value using the star rating widget. The value of this datafield should always be between one and the maximum number of stars displayed by the rating widget. |
| Max starts        | number            | The maximum amount of start displayed by the widget. only values from 3 up to 20 are allowed.                                                                            |
| On change         | dropdown          | When the user clicks on a star (changing the datafield value), the following actions can be performed: do nothing, refresh screen or execute flowchart.                  |
| Execute flowchart | flowchart         | Execute the provided flowchart when the user changes the value of the star rating widget. Only visible when 'On change ' is set to 'Execute flowchart'.                  |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wem.io/platform/wemtipsandtricks/widgets/advanced-input/rate.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
