Hi! I´m constructing an editable grid in which the user can add new rows (purchase order lines). I would like to add a column with the number of the row as an "identifier" for each PO line, something like this:
So my question is, how can I configure the text field to auto-generate values from 1 to infinite after the user adds a new row?
Thanks for your time!
Discussion posts and replies are publicly visible
In that text field you can provide value: fv!index which will provide you the index for each row.
Thanks! This worked for me