Fanout pattern Flow on list of work

I defined a flow with a crew that does some work and a crew that sends a notification. What’s the right way to have the crew perform the work on a list of inputs instead of a single input? Should I be using other abstractions outside of flows?