Hello, my softr app is a project management tool for video editing projects. I need a better, more automated way of understanding where each project is in its lifecycle
My data source (airtable) has 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 softr app, I have a table the 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 am assuming there is no way to pull data from two table into a single block, so my next guess is that I would need a field in the projects table that has some logic and can populate itself which information gleaned from the drafts table? And once that data is in the projects data source, I can present it in the softr table block?
So the question I guess is what kind of logic would I need to apply to the airtable so that the row gets updated when a new row is added to the drafts table?
Thanks in advance