Hello,
I have an invoice document defintion that recognizes tables. For 1 client's invoice, they don't not have a field for Position. If the field is not matched, i want to add the current row number
So pseudo code would be something like
if (!Context.Field("Position").IsMatched){
Context.Field("Position).Text = <<currentRow>>
}
is there a way to return the current row in a table, maybe a service field?
Thanks
John