Jul 25, 2023 06:08 AM
I have an interface with a Field of the "Linked to another record" type. I want users to be able to either add or remove a connection to an existing record, OR to add a new linked record. I can set the field to allow these two things independently:
However, in the interface both of these things don't work. If I allow for both, users can only remove the connection or add a connection to an existing record. However there is no way to add a new linked record. If i disallow the "Allow users to link/unlink", then users CAN add a new linked record. I want both of these things to be possible, as the interface field settings seem to imply.
Am I missing something?
Jul 25, 2023 06:57 AM
Hmm, after we click "Add person", is there a "Create a new record" button at the top right?
Jul 25, 2023 11:32 AM
I think I have the same issue as @Davidt (but sorry if I've misunderstood and hijacked your thread). I have a view of 'orders' (which are linked to my 'companies' table). When a user creates a new order, I want them to be able to select an existing company **or** to be able to create a new one, but the option simply isn't there and there doesn't seem to be an option to enable it in the settings for the field.
This seems a fairly straightforward requirement? Basically nested 'create new' forms - is it not possible or am I missing something?