Hi all! I’m building a table to add control of my workout. I’m triying to autofill the name column “Set number” consecutive everytime I add a new row. Something like this:
I try to use Concatenate("Set ",thisRow.RowId()) but if I delete a row and add a new one, it skips the number. I also try to use Concatenate("Set ", Nth(thisTable.[Column 1],thisTable.[Column 1].Count())+1) but here the results are:
Set 4
Set 41
Set 411
Does anyone know how to solve this? Thanks in advance=
It works as a field formula (which you can add by clicking on Add formula from your 1st screenshot in your last reply), not in the Value for new rows .