seq_next
Retrieves a sequential number
Example
1
{{ 'some_scope' | seq_next }} => 22
Input
| Type | Parameter | Description | Required |
|---|---|---|---|
| string | scope | The name of the scope for the sequential number. Comes before the | sign. | Required |
| int | firstNumber | First numer in series. Defaults to 1 |
Output
| Type | Description |
|---|---|
| int | The next sequential number |