The goal of "for each" is to iterate each element of an array and pass it as parameter input of a workflow not taking an array for input.
For example you have an array of VM and want to run "Power On VM" workflow that takes a vm input.
The goal of "for each" is to iterate each element of an array and pass it as parameter input of a workflow not taking an array for input.
For example you have an array of VM and want to run "Power On VM" workflow that takes a vm input.