Hi! I've checked your code.
It seems "AreaNames" is an existing array containing "Objects Name" from a previos Get function
I'd suggest you to create a for loop to get the "PropName" for each item in the AreaNames array and store the output in a new variable if you want.
the code could be...