The error means that you are trying to loop over a single item 
And it’s telling you that you can’t make loops over a single thing.
Make the data possible into an array and then loop ?
The error means that you are trying to loop over a single item 
And it’s telling you that you can’t make loops over a single thing.
Make the data possible into an array and then loop ?