Hi y'all,
I'm building a small app for CRUD operations on multiple tables. Currently, I'm using Retool Database to test things out. I've got two basic tables: 'companies' and 'financial_data'
A text field 'custom_identifier' is used as a foreign key in the financial_data table. When adding a row using the Retool Database GUI I get the following error: "No record found with id test_identifier on table companies"
Would you mind sharing a screenshot of your configuration for the company_name column? It might also help to see the custom_identifier column settings but my guess is that the former will be more helpful
Trying to add a row into my eois table with two foreign keys, site_id and study_id, which refer to the id columns in sites and studies tables respectively.
The foreign key referring to the id in my site table is configured like this (likewise for the foreign key on study table)