I asked Nola the following:
Build an hierarchical app with sample data that has the following tables:
Clients
Projects
Work Orders
Tasks
Sub-Tasks
Each client has one or more projects
Each Project has one or more Work Orders
Each Work Order has one or more Tasks
Each Task may or may not have one or more Sub-Tasks
Build a user interface that allows for intuitive navigating between the hierarchical table structure.
--
All I got was “Something went wrong”. I asked several times to no avail.
I don’t need help building the tables or the relations. But I do want to know how to create a hierarchical navigation model. Where one can traverse up and down the “chain”, so to speak. The breadcrumb model breaks down after about the 2nd level.
Where am I going wrong?
--
Note: I can do this in Airtable and in Softr. How do I do it in Noloco?