How does the workflow "For each item in a list...do..." work?

Hey!

Is there perhaps a short video or something that goes into the different use cases for the “For each” workflow?

Im trying to get this to work:

When creating a new Project, then:

For each item in Collection B

Create a record in the Collection C linked to the new project.

I assume this is the same function as Airtables: "Repeat for each in … ", There I use a find records in table B, where it is not empty to be able to get the whole list copied to Collection C:

But not getting it to work with Noloco workflows:

Only found info regarding this here:
Noloco

Best,

Alex

Hey @Landbronx - in Noloco, you’re given the option to choose a linked field as the loop.

Some example, you’ve just updated a project, and you want to email the users of the client of that project.

You would choose Trigger (Project) > Client > Users and then send an email to each user

I hope that clears things up