Prevent Linked Record creation when values not found?
I have a Projects table that links to another Risks table to associate risks to existing projects. The issue is, people can fill out the risk table and enter the Project Linked Record and If it doesn’t exist (or they just hit enter) it forces a new Project record to be created. I do not want this. Projects shouldn’t be created here. Only referenced to be included.
Google says if the Projects table uses a formula as primary field and not text then it won’t allow a new creation but that’s a lie (tested it) and it still allows it. Google also said to use a View for the linked record which also doesn’t work. Sure it reduces the visible records but people can still create projects here.
The only think I can think of is using a text field instead and an automation that checks against existing project names and if so, adds the appropriate linked record and if not throws a status flag but that’s ridiculously overkill.
Why is this not a simple toggle switch in linked records in 2026?! Just disable NEW record created if toggled.