Hey @hannah_finch!
From what I'm understanding, you're creating a new table for each new (approved) project.
Those tables all store task records.
If that understanding is correct, you're going to run into a lot of issues.
While what you're asking for is very much possible, it would be quite difficult and would require a chunky bit of development time.
When something is incredibly difficult to pull off in Airtable, it's generally a red flag that you're approaching something from the wrong angle.
In this case, it seems you're treating Airtable more like a spreadsheet rather than a database.
For this type of workflow, you only need two tables: Projects and Tasks.
That schema looks like this:

This allows you to keep a consolidated, clean, and reliable dataset that scales beautifully.
You can then leverage tools like the Interface Designer to create a really streamlined experience for your users to easily navigate and work with that data.
If you have a set of predetermined, templated task records that need to be created once a project is approved, then you can leverage Airtable's record templates in automations.
Here's a relevant thought and insight that I think is worth meditating on. One of the most common hurdles that I see people struggling to overcome when working with databases and Airtable for the first time is that they don't trust that things will be okay when they start scaling their data. While Airtable doesn't come anywhere near scratching the capabilities of a full blown enterprise database, it only really starts to show its strengths when you start to trust it with larger amounts of data.
If you're confused by anything that I've described or if you'd like a quick demo of what I modeled above, let me know. I'd be happy to toss you a more in-depth example.
Hey @hannah_finch!
From what I'm understanding, you're creating a new table for each new (approved) project.
Those tables all store task records.
If that understanding is correct, you're going to run into a lot of issues.
While what you're asking for is very much possible, it would be quite difficult and would require a chunky bit of development time.
When something is incredibly difficult to pull off in Airtable, it's generally a red flag that you're approaching something from the wrong angle.
In this case, it seems you're treating Airtable more like a spreadsheet rather than a database.
For this type of workflow, you only need two tables: Projects and Tasks.
That schema looks like this:

This allows you to keep a consolidated, clean, and reliable dataset that scales beautifully.
You can then leverage tools like the Interface Designer to create a really streamlined experience for your users to easily navigate and work with that data.
If you have a set of predetermined, templated task records that need to be created once a project is approved, then you can leverage Airtable's record templates in automations.
Here's a relevant thought and insight that I think is worth meditating on. One of the most common hurdles that I see people struggling to overcome when working with databases and Airtable for the first time is that they don't trust that things will be okay when they start scaling their data. While Airtable doesn't come anywhere near scratching the capabilities of a full blown enterprise database, it only really starts to show its strengths when you start to trust it with larger amounts of data.
If you're confused by anything that I've described or if you'd like a quick demo of what I modeled above, let me know. I'd be happy to toss you a more in-depth example.
Thank you very much for your fast and knowledgeable response!! With this in mind, and after some thinking, I believe I'm going to be restructuring how we have things laid out to better match how Airtable functions. I was thinking of the functionality of Airtable as being a very linear product --> result, and I realize now that Airtable is meant to operate in more of a circular/cycle type of way that works off itself. It makes complete sense now that I think about it like that in such simple terms, but that concept didn't quite click before. Thank you again!