I’m new on Adalo and have gone through a ton of the tutorials and searched this forum with no clear analogy.
I’m building a list management app and have run into a perplexing issue.
When a user logs in they start with their “list of lists” (think “weekly groceries,” “things to read,” “calls to make”). Zight 2025-01-05 at 12.14.5...
They click one of their lists and see the list’s categories. Zight 2025-01-05 at 12.21.5...
So far, so good. The problem is that when they click a category to expand it, instead of showing the items in that category (e.g., “bakery”), they see all of the items in the list. Zight 2025-01-05 at 12.22.0...
I’ve tried a bunch of different configurations of the Simple List to restrict it to the items relating to the category clicked, with no luck. It currently is this: Zight 2025-01-05 at 12.22.2...
On the database side, the hierarchy is 1>M List → List Items, with Category as a M>M relationship with List Items. Categories should be able to have multiple levels to allow for subcategories, which is what their “level” field designates. Categories also have a M>M relationship with Lists so the user can pick which of the categories should be available in each list.
I have not yet been able to figure out how to allow a list to be added and have the user select which Categories it should have. So suggestions to do that would also be very welcome.
But in the meantime, how do I get that displayed list to show just “bakery”-level items and not all the items in the list?
Thanks!