How to get to only the first bundle in an array

You don’t need an iterator if you only want the first item in an array.

You can use the built-in function first

e.g.:

first(1.array)

For more information, see the function documentation in the Help Center.

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

1 Like