#my object gets everything till the last one it doesnt take the first data link
14 messages · Page 1 of 1 (latest)
Maybe one of your values is null? I am a bit confused about what you are trying to do here
It's just... You make 2 lists.. one of the keys and one of the vals... And read the keys inside the vals and according to you... Every val has those properties? For all i know it might be null idk
Does it really work fine? Since you use var could have weird stuff and unexpected behaviour
try logging out your values with Console.Log and make sure they're not null
if you're using vs code the debugger has a feature where you can see the values of variables change as the script executes.