Help

Using a Form to Create a New Record in Linked (Tertiary) Table

Topic Labels: Interface Designer
1449 4
cancel
Showing results for 
Search instead for 
Did you mean: 
Samuel_Duncan
5 - Automation Enthusiast
5 - Automation Enthusiast

It looks like it might not be possible to create a form that accesses a linked table, then creates a tertiary record per attached.

4 Replies 4
Jeff_Haskin
6 - Interface Innovator
6 - Interface Innovator

This should be possible. Here's what I understand:

Table 1
Table 2
Table 3

  • Table 2 includes a Linked-Record field that references Table 1.
  • Table 2 includes a Form view that allows the user to select a Table 1 record via the Linked-Record field.
  • Table 2 includes a Linked-Record field that references Table 3.

The Functionality:

Every time a new record is created in Table 2 via the Form view, and that record is linked to a record in Table 1, you would like that record to then also be automatically linked to some associated record in Table 3.

Is that correct?

If you give me a specific example--perhaps your exact use-case if possible--I can probably tell you how to do it

Hi there, maybe the following diagram will help? Also, here is a link to my base:

https://airtable.com/shruKrwtvk0k9OEFv

 

Preston_Swinche
5 - Automation Enthusiast
5 - Automation Enthusiast

@Samuel_D so you want to create a new Person while also simultaneously creating a new Role and assigning the newly created person to that role?

I think that sounds right.