I know that I had this kind of structure working before. But I'm kind of unconcentrated right now and I just can't get it to work.
What I'm trying to do is just reading the class names "Name1" to "Name4" from a JSON object.
What is the path to it? Why don't relative paths work?
I tried so many different ways to read them. The screenshot below just has about half of everything that I tried.
Only this exact path works Data.Get("classes.class_01.name"). I thought that inside a for each entry loop the path will be set relative. Why doesn't Data.Get(".name") work if the logic iterates through each entry of classes (class_01 to class_04)?
Thanks for reading!