For statement in Java or C language
For(int i = 0; i < 5; i++){
....
}
Create a sequentially incrementing number in Power Apps, like the variable used in the code above.
I would like to insert i instead of 1 in 'Index(Choices(Table1.A), 1)'. Is there a way to create i?