Template Repeater not start index from one

Hi Friends,

I am doing a template repeater, my tags are index starting from 1, e.g. tag 1, tag 2, tag 3 like that.
When doing a template repeater, it is indexing starting from tag 0, but I don’t have a tag 0.
I did not find how to set the starting index number from tag 1.

Please can you suggest any solution?

Thanks,
Priyanka

You can’t. In your templates, the simplest solution is to generate your tagpath with an expression that adds one to the index. For more flexibility, consider using dataset mode–that lets you pass exactly the indices you need, even skipping or reordering.

@pturmel Thank you for your reply. Solved my issue using parameters.