RMH
how to fill data with RelationManager Associate
I just got the same error. For anyone else who also encounter similar issue you can get it to work by assigning inverseRelationship like for the given example we will write
protected static ?string $inverseRelationship = 'group';
in UnitsRelationManager2 replies