Selecting different outputs for GPT

If you don’t iterate you can also use the get() function with the index of the array as the second argument, 0 being the first element.

First() and last() are also available with the array as the only argument you grab the first or last element.

But if you want to use each one in order the iterator is the correct approach.

3 Likes