I'm currently working on an app to help students schedule their post-school work depending on course level and am getting errors in i believe the text blocks? . Attached is my aia and some photos of the UI and code blocks.
P.S. I know the code it probably overly messy/overcomplicated and could be shortened / Study_Time.aia (9.9 KB)
Study_time is initialized like an empty list, later it is handled like a list ("is list empty?") but, in TinyDB.GetValue, if TagNotThere your default value is an empty string...you must place there a "create empty list".