I’m an experienced RDBMS developer, having a little trouble adapting to the Airtable scripting paradigm.
Say I have two tables, Updates and Users. Updates has a field UserID, which links to the ID field in the Users table.
Now let’s say I have a second Updates table, let’s call it UpdatesFiltered. I would like to know, using the scripting app, how can I copy a subset of records from Updates to UpdatesFiltered, preserving the links to the Users table?
I’ve gotten as far as reading the Updates table and inspecting the fields in the records, but I’m not sure how I’m supposed to manage the linked UserID fields. If I understand correctly, it won’t do just to copy the UserID value from one table to the other (or will it?) Do I have to explicitly copy the record ID from one table to the other? I’m not even sure how I would be able to do that.
Thank you.
