Looping through list of objects

Hi I am new to n8n its an amazing tool saved me lots of time
here is my use-case I am using n8n to manage hive so I get all the tickets generate array of object which return ticket ID and now I want to create loop that will fetch all tasks per ticket then check who is it assigned to and send them email but I am stuck with looping on the ticket array which i got because the expression function use only the first item in the list.

Appreciate your help

Hey @MXA_Music!

Welcome to the community :sparkling_heart:

You don’t need to create a loop. n8n handles it for you (You can read more about it here).

The Variable Selector displays only the first item, but internally n8n will process all the items.

I hope this is helpful :slight_smile:

Thank you so much :heart_eyes: