In my forms I like to pass our PointID down to each repeat table for ease of viewing. Since it is a separate repeat table using the same name should technically be ok. But of course the excel form in Connect is yelling about it.
It seems like I can still publish but am I headed for disaster here? I was going to change the repeat field to PointKey but I have a form with 3 repeats now so that would get weird. PointKey1, PointKey2, etc. It would be a mess when moving data to my backend SQL.
Then the other issue is if I have the repeat also use PointID with a calc of PointID from the parent it gives an error. So I guess I need to use PlotKey no matter what? But could I still use PlotKey in all 3 repeats?
Anyone try having a parent and child with the same field name? Is there any official guidance on this?
Thanks a lot