> 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/naming-convention/naming-template.md).

# Naming Template

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

```json
{
  "oNamingTemplate": 
    {
      "sReference":"Replace with your reference",
      "char":1,
      "data": [
          { "Type": "boolean", "Letter": "b" }, 
          { "Type": "string", "Letter": "s" },
          { "Type": "integer","Letter": "i" },
          { "Type": "float", "Letter": "f" },
          { "Type": "object", "Letter": "o" },
          { "Type": "array", "Letter": "a" }
        ]
    }
}
```
