Hello
I think there is a bug with how duplicating records works:
I have a two tables linked together as many:1 - let’s say an “staff” table and a “role” record - where each staff member can only have one role, but the role can have many staff members assigned
I duplicate a role record
At this point I would expect the new role record to have no staff assigned as by having staff assigned it would break the rule of the staff record only having a single role
Instead what I find is that any staff members assigned to the original role now have two roles assigned - this should not be possible as “allow linking to multiple records” is turned off.
I can see why Airtable does it but it is bad and should not happen.