I have a feature service in which multiple feature layers are related to the same, single table (one-to-many relationship). My brief test result shows that this works on Collector even for offline data collection.
- Point layer: Related to table A (one-to-many)
- Line Layer: Related to table A (one-to-many)
Since only cardinality not supported on Collector is many:many, I think my database schema should work fine as long as the primary key values are unique. Am I correct on this?