Hello! You’re nearly there, you don’t need a formula to maintain this - Just to convert it to a comma separated list - then you can just create a “Linked To field”
Please see below for a preview of the Airtable Structure you need, but first, let me explain how I got there:
- Create a base in Airtable, as you have done
- Create a formula to create a comma-separated list of all of the tags - E.g.
{Tag1} & "," & {Tag2} & "," {Tag3} etc..
- Turn this formula field into a Linked to record, and link it to Table 2
And here’s the result:
Hello! You’re nearly there, you don’t need a formula to maintain this - Just to convert it to a comma separated list - then you can just create a “Linked To field”
Please see below for a preview of the Airtable Structure you need, but first, let me explain how I got there:
- Create a base in Airtable, as you have done
- Create a formula to create a comma-separated list of all of the tags - E.g.
{Tag1} & "," & {Tag2} & "," {Tag3} etc..
- Turn this formula field into a Linked to record, and link it to Table 2
And here’s the result:
@andywingrave I have a similar-ish question to this one but the struggle I am having is relates to ongoing updates to the table. Once the formula field is converted to a linked to record when records are updated with new tags this field will no longer update with the refreshed information and thus becomes untenable. Do you have any advice for this situation? Much appreciate any seedling ideas or thoughts.
Here is the link to my post asking a variation of this question: Merging multiple fields into a single multi-select field