I am receiving the following from a Flow I am working on.
Where should I be looking for the error identified?

I am receiving the following from a Flow I am working on.
Where should I be looking for the error identified?
Hello @RJF61 ,
in the input of the 'Apply to each', it's telling you that you're trying to loop through the output of 'Compose', but that output is a string. It can't loop through a string, it can loop only through an array.