Hey there!
I am kinda new with AppSheet, plenty of history with Sheets. I am trying to build a food diary solution, but the levels of parent-child connections mess my app up. Apologies in advance for my noobiness:
-
Person starts with view that holds added days in a list (Food diary). You can add a day or click a previous one. This step works fine with ref and day id’s.
-
You click and open the day view that lists all the added meals (with mealID). For some reason these I still got to work just fine with prefilled cells in sheets. I ref’d up and down. But these do not connect to the last layer.
-
FoodItemLog has the FoodItem’s with calculated values, so this is like “meal view”. For some reason, I cannot connect this to the previous view.
So from diary to days view, from day to meals view, from meal to food items view, and in there should be the form to add more items. I tried to make for each step it’s own tab in Sheets, and ref it downwards but it just seems to cut it before getting all the way. And I know, I really shouldn’t try to be this deep with my level of knowledge ![]()