How can I identify the first and last row in a repeatable subform? I’m
using instanceManager and managed to calculate the total number of rows
using FormCalc, however, I don’t know how to identify the first and last
row.This is what I need to do:The repeatable subform contains a
checkbox. If this checkbox is checked in the first and/or last row (of
the repeatable subform), then I need a calculation to be performed,
otherwise, this calculation should not occur.Thanks for your help!