Hi-
This Flow will run on a daily schedule checking for items that meet certain criteria and then send an email. I have successfully filtered a SharePoint list using chained filter array activities, I probably could've done this using one filter, but I'm fine with this method unless it is causing the problem. I simply want to loop through the filtered result and send an email for each item in the array outputting one value from the resulting filtered array - the 'Project Name.' Currently, I'm using a static email address as the send to, however once this is functioning I will switch the static email to a value stored in the array- 'Assigned to')
Here are the activities I'm performing.

I tried forcing it to loop off of the array output 'item' instead of 'body' and then 'item', but that returned blank values for 'project name' and there are no blank values.
Here is the result from the screenshot above.

I've researched solutions and many of them don't apply to my specific situation or are unnecessarily complex, creating html tables and the like. I would think that looping through a filtered array created from a sharepoint list should be fairly straightforward. Any help would be much appreciated.
Thank you