If I have a field in a collection with the formula =ROW() and I'm manually adding the row, this seems to work just fine.
But if the rows are being added via a lookup, with the "as new sets" option, the formulas don't seem to trigger to populate the fields.
I can get some other formulas that reference ROW() to work, such as =INDEX(collection.field, ROW()), but I can't get it to work in any way that seems to return the actual row number for the collection.
Has anyone else encountered this issue and know a way around it?