Transformers cannot loop over list elements

Can anyone give me insight as to what could be the caues of this error?

You’re trying to do a mapping/ transformation of a “list” (record list, whatever). Put the map step in a loop with the “list” you’re mapping from as the in-array. This should help.

Cheers
Willem