I am trying to grab the token in a list partition so that I can get the current value of the label "NumSheets". (It would also work if I can just grab the value of NumSheets directly from the list.)
I am using list.entries() but no matter what I put inside the () (nothing, a number, or a string) it tells me that the list is empty.
Here is my test code and the status of the list when I am executing the script:
I have tried entries(), entries(1), and entries("nsLEPE1"), but it always comes back with len of 0.
What is the proper syntax?