Unable to access items in $args list


#1

1) Give a description of the problem
Hi there, when passing arguments to my piston, set.exit_delay and set.entry_delay, I can clearly see the list when I log $args.set

However when I try accessing items in the list such as $args.set[1] I get the following error in my log

Any help would be greatly appreciated.


#2

What does $args.set.entry_delay give you?


#3

That outputs the expected value of 30, however I’m unable to reference specific arguments because I intend to loop over a large list of arguments and assign variables to those arguments.


#4

Post a simplified version of the piston passing the args so people that see the thread can try and help.