> For the complete documentation index, see [llms.txt](https://docs.powerdevbox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerdevbox.com/autoreview/configs/ratings/ratings-template.md).

# Ratings Template

{% hint style="info" %}
When using in Power Automate Connector use the oRatingsTemplateas the input to Ratings (sReference can be ignored)
{% endhint %}

```json
{
  "sReference":"Replace with your reference",
  "oRatingsTemplate":{
    "complexityAm":50,
    "complexityRe":100,
    "actionsAm":30,
    "actionsRe":50,
    "variablesAm":3,
    "variablesRe":5,
    "exceptionsAm":1,
    "exceptionsRe":0
  }
}
```
