Hello,
I have a repeating section in my form to allow the end user to create a TODO list
I have 3 text fields in the todo list (Object/Description/date)
I need to add an auto-increment field to enumerate my TODOs with a pattern like :
#1
#2
#3
or something like this.
I tried to analyze with existing formulas but didnt find how to do this
Any idea?