$RowNo

Has anyone learned how to use this field to any effect with any task? It seems like it would be useful for a number of cases, but I seem to only get errors with how I am attempting to use it.

I believe the syntax for it is: $FieldGroup.FieldGroupName.Field$RowNo

Hi,

Did you get anywhere with trying to use RowNo?

I tried it for a case where used a replace from a field group row no. to a temp field. This was successful and the row no. identified the first row so I could remove each row based on the field group order.

1 Like

I found a couple of uses for this, mainly to identify which rows to remove from a field group. This was done in much the same manner as how @swilliasc111 as described.

1 Like