The loop now takes less than 0.25 seconds but it’s not retrieving the data correctly. I’m unsure how to reference something like Homeooms/4Y/Students using a “get property of object” block. I thought I had it right but clearly I don’t.
Yes, I always get into this trap. The get object properties of block generate a single level list and therefore the j loop variable is just a simple text entry of the key name (1B, 1C, 2B, …) without any data under it. It is not an object anymore, This is why you cannot get any property from it. so this
@tatiang , I have to apologize. I advised to add a second get property block while it was easier to change the join text block you were using from /Students to .Students which should work with a single get property block.
It’s 3am where I am so I’m not in my clearest of mind.