I'm creating a flow that will send multiple attachments from my onedrive for business account. I've found threads similar to mine and followed through with the solutions but am falling short on getting this to work once it tries to send. Each attachment has data.

Here is the Flow

Error occurs when Email is being Sent:
{
"status": 400,
"message": "No input parameters provided. Please provide required input parameters 'To', 'Subject' and 'Body'.\r\nclientRequestId: 07fde98a-7f5a-4a19-9846-a391b50567df",
"error": {
"message": "No input parameters provided. Please provide required input parameters 'To', 'Subject' and 'Body'."
},
"source": "office365-wus.azconn-wus-01.p.azurewebsites.net"
}
What do you think is going on ?