Hi all,
I’m trying to create a code block that selects every third element out of a sublist. I’ve been trying to do this using a code block with variables for the index and the total number of items in the list, but for some reason when I use a variable in a sequence for an index, it returns a value of null (see photo). What am I doing wrong?