Multiple data types

Hi, does anyone know how to solve a navigation + data problem : I’m building a PM app that has a sidebar with tabs like schedule / tasks ext… and all the tabs are nested under the user project name that he opens when signing in. The issue is - how can I design a workflow where the user can click a button “add project” and by doing that the user has add a second project with the same tabs that also creates all the corresponding empty data types?

You need to have a Project table with fields. When button is click just create a new thing (Project).

Thanks for the reply!
The issue is that for each of those things under the new project I need more fields -
Meaning that for a thing let’s call it log I need more fields nested under it

Can you share your database structure? From what I understand is you have Main table then you have a reference table in your main

You just pointed a light to something, I’ll try re organizing my data structure - Thanks :pray: