I have 2 tables
1 - A Projects Table
2 - A Tasks Table
The projects table has only 1 record per project. The tasks table has several records associated to 1 project. I would like to enable users to copy the entire project including tasks from these two tables into another set of tables. How do I make that happen if I'm using a Flutterflow and Supabase?