Oct 14, 2024 08:03 AM
Hello, I would like to know how I can create fields that would belong and update to two tables at once.
Currently I can only have one field linked to another table. For example I want my Deal table to serve as input to a Contacts table and be able to input the Name, Last Name and Phone number into this Contacts table, from the Deal table
ie : When I create a new Deal occurence, I can simultaneously create a new Contact occurence related to this deal without having to change tables)
Thank you for your help
Oct 14, 2024 09:49 AM
Hey @YDL!
1. Assuming that you have a link between Contacts and Deal table, and that you are working from the Deal table, the best way in which to handle that is by clicking on the first "+" button once you try to link a record from the Contacts table -see image.
2.If the contact you want to link the record to already exists, then you will just select it.
3. Otherwise, you should click on the bottom right "+" button.
4. By doing so, an expanded view of a new Contact record will open up. Within it, you'll be able to fill out the info for the contact!
Alternatives:
A. Create UX friendly interfaces for this.
B. Have temp fields on your Deal table, and push such info to the Contact table via automation -this is not neat at all!
Mike, Consultant @ Automatic Nation
Oct 14, 2024 04:38 PM
You can establish links in linked field by copy-pasting the entire column of values, which are present in the primary field of the table 2. In order to link with correct records, you should do it against the table, whose primary field is unique.
If you have some unique ID which connects first and second table, but it's not primary in both tables, you can temporary make it primary field, link by copy-pasting column of IDs in other table and then move primary field back - links will remain.
Also you should provide setting new links when you add records to any table. Often it is done by automation.