“For each” will iterate over the result of the parent action and perform any actions nested inside of it on each item.
You’ll find this frequently nested directly under “Find” or “Get current selection” to iterate over layers that you’re searching for or your current selection.
It exposes an item and index variable.
No posts