Currently I’m trying to get multiple attributes from this script and insert them into a table.
My Three attributes are Bob, Luke, and Sam each with their own unique value.
Bob = 1
Sam = 2
Luke = 3
However when I go to test the for loop to get my values, the output prints nothing. Can someone tell me what is wrong?