Hello, I am using airtable as a data source project management tool for video editing projects.
I have two tables, the first is a table containing all the data about a project then second table contains information about each draft video created for a project, and this table it linked to the master projects table.
In my app, I have a table block that displays all the projects we are working on with each project populating a row in the table. In a perfect world I would like a column of that table to tell where what was the last “thing” done in the project. In reality that ask may be too big, so instead I would settle for at least knowing the name of the most recent draft video posted to a project.
I need populate a field in the projects table with whatever the most recent row in the drafts table that is related that project.
For example, we have a row that contain info on project “football game”, and there a field called “current draft”. On day one there are no draft videos created yet so the, the field is blank. 3 days later we post “draft 1” and I would like the project data to show “draft 1” and then 3 days later we post “Draft 2” and I would like the project table row to up updated to “draft 2”
So the question I guess is what kind of logic would I need to apply so that the row gets updated when a new row is added to the drafts table?
I am unsure if this is an automations thing or a field formula thing...
Thanks in advance