Please create the ability to link a table to another table by more than just one field. Currently, as I understand it, a table can only be linked by one field (The primary key). If we want to establish a link between Table A and Table B, we are limited to using a single field, the Primary Key field in each table. This is fine when the data in the linked fields, the primary key fields, is descriptive text. When it is descriptive, it can also serve a purpose when a user sees it when manually linking records. If I have an Invoice table and a Customer table, I may want to link the Invoices to Customers and when I enter the "Link to Customer" field in the Invoice table I see the names of Customers (along with other fields we can configure in that modal that pops up). But in my use case, I want users to be able to see the customer name in that linked customer field when manually linking records. But I also import data from QuickBooks that uses RecordID values. The Invoice record includes a CompanyID value that is a numeric value. It isn't the descriptive name of the company. I would like to create a QBO_Comp_ID field in my Company table and then link it to the Invoice table using the value pulled from QuickBooks programmatically. But I also need the ability to deal with exceptions, so I want to be able to manually link records by use of the lookup that we have when using the current primary key in the Company record, the Company Name. Now I believe I can link the tables with external automation like make.com , but it would be helpful to have this linking capability within SmartSuite and it could be achieved with the automation if an additional linked field was an option. You could even require that any field to be used to link records to other tables must be a field that requires unique values (at least on one side. You do need to support one-to-many relationships). This would enable much more flexibility and foster greater use of SmartSuite as a data repository / database. Note this would also potentially increase use of automations which seems to be a motive. (Edited for clarity)