Hi everyone, I am rookie. I was working with ListView that contains a form. I have a header at the top of each form that says, "Application". How do I increment the header text value so that each row in the list increments the value as "Application 1", "Application 2", and so on with the increasing row? Thank you.
Hey @samundrashahi ! For your use case, could you try referencing i? Here's an example:
2 Likes
Thank you so much @Jay. No idea why I didn't think of that.
