Airtable: want to add a new related record into a new table

Thanks a lot that was very helpful :pray:

Quick question: I managed to build what I want to do on detailed views, I’m now wondering if this is also possible on filtered collections? In other words, is it possible to apply the combination of filters used to create the collection to the newly created record? I believe it’s not.

Can you explain more with some screenshots? What ā€œfilterā€ are you talking about here?

Hello @ThinhDinh

I’m trying to build a Today section, sort of Dashboard aggregating items from Tasks, Resrouces etc.
I successfully managed to inline collections of specific items (Groceries that are Tasks filtered on X, Calls that are Tasks filtered on Y, etc).

  • When X or Y are regular properties of the object in the collection, no issue it’s easy to create an item and apply those criteria on creation
  • When X or Y are linked record, I find no way to create an item from the collection and setup the linked record on creation.

Screenshots:

Dashboard where is triggerred the form

Here I’d like to automatically select :shopping_cart: Groceries and hide it from form (like I succesfully did for the other Choice in my form: Status which is single select field, not a linked record select).

The resource you mentioned above helped me achieving the desired bevahiour from a detail view within a parent collection, but here I’m trying to apply a similar logic at a root level. Beside using Airtable automations upon record being created I found no solution.

Hope this clarifies things a bit

So do you mean that from the screenshot where you show a list of groceries, when you click the button to add a new grocery, it should automatically choose ā€œGroceryā€ in the area choice?

Sorry, I have no knowledge on linked records in Airtable, so might need more explanation here, maybe a dummy data sample to see your structure.

Hey, yes that’s what I meant. I decided to give a try with Glide tables in replacement for Airtable, everything works like a charm, and speed is amazing. Too bad we have to make a choice here, as Glide tables also have a bunch of limitations…

1 Like

Can you specify them?

You should be able to specify a default value for that choice component, or even hide it with a default value still in play if needed.

Airtable comes from the data world while Glide started as an interface builder, and it makes a huge difference. While Glide is way much better than Airtable interface, the data part is far behind. Some of the things I noticed:

  • Relationships: after using glide tables I understand why it doesnt work well with airtable (I confirm you cannot set a default value for linked records if not in context of a parent object, too bad for me). Relations in Glide are basically vlookups in excel… what you can do with a single relation in airtable requires about 5-6 columns in Glide :upside_down_face:
  • No bulk actions on records, found some crazy threads on this website where people were doing javascript columns and other weird things to achieve such a basic thing.
  • No automations, everything has to start from an user input, I need automated triggers
  • No ability to manipulate my data as I’d like to (create views, with filters, sorting etc for various use cases that do not need to live in an interface)

I realise I need so much from Airtable that I’ll probably have to drop glide as the interface.
A bit disappointing after spending so much time to assess the tool but at least I learnt new stuff :slight_smile:

4 Likes

That’s insightful. Can you go into more details what a linked record can do in Airtable, and is there a way you can achieve those same functionalities in Glide, even if it’s a few more steps?

What ā€œbulk actionā€ does Airtable offer?

Time-based triggers might come later this year.