
Performs child actions for each iteration of an list or collection.

After “Foreach” will go the local variable that can be accessed in the child actions. This can be any name you type.
After the “in” will go the collection that will be looped through.

In this instance, “item” will be a local variable that can be used in the child actions.
“variable1” will be the list of items that will be looped through.