Evening,
I'm VERY new to all this and I've been beating my head against the wall for the last few days trying to figure out how to 'Update App State' of a nested list? So, I've created to custom data types (attached pictures). One called 'Exercises' and one called 'Workout'. Exercise is full of Strings, Integers and Double variables. Workout has a couple string variables, but it also contains a List of Data Type Exercise within it. I have no problem accessing and updating the string variables within 'Workout' but I can't for the life of me figure out how to access the nested list 'Exercise' within the 'Workout' data type. I'm sure this is strictly lack of knowledge on my part. Any help would be appreciated.
Thank you in advance