> For the complete documentation index, see [llms.txt](https://docs.tomat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomat.ai/data-transformation/formulas/misc-functions/rownumber.md).

# RowNumber

Returns row’s number in the table

```mathematica
RowNum() → 101
```

#### Inputs

`RowNumber()`

#### Description

Use carefully, in Runtime if a job executes in a warehouse or a sample was used in Design time we couldn’t guarantee the row’s order. So RowNum() could be is unpredictable.
