I’m really enjoying using appgyver - really well done. Thank you, first of all.
I have some REST API calls for some data variables defined in my main page, and after creating the data variables, I added them to my main page logic to initialize and update them.
I just added another data variable, and that’s when I realized that each data variable has it’s OWN logic section, and now I’m not sure whether the logic I added for main page is necessary, and perhaps is doubling up on the calls.
Can someone please clarify how/why page logic corresponds to the data variable logic? And if I have it in one place, do I need it in both?
Two screenshots - page logic, and one of the data variable logic(s)…