How to set up row numbering?
1. Approach with the {row_index} option
{row_index} is our native functionality that can be used in a Table if you want to retrieve the row index/number from your array.
This is how it looks in the final PDF:
2. Approach with the "Auto-increment" option
Auto-increment allows a unique number to be generated automatically when a new record is added from an array.
Guideline for setting up the Row Numbering with your array using Auto inc. functionality
Firstly you need to place a Container Component that will represent a specific array. Then you will place a Number Component which is going to be auto-incremented in every new iteration inside that Container Component like it is displayed in the picture below.
1. step is to select AUTO INC. which will automatically increase the value by selected number (usually "1").
2 . step is to set a RAW VALUE which presents the first record that you want to start with (usually "1").
Related articles you may find helpful
Updated on: 10/04/2025
Thank you!