Have a Sharepoint List of work items with assigned person and status column. I need to send weekly emails for open items
The Flow works and send email if I directly put in my name in the TO box, but I want the email to go the assigned person

Getmailadd is where I'm getting the email address and the output looks like this
The same email is repeated over for the # of items...then it does the same for the 2nd person and so on
I need to send an email to the tempemail person but not being able to get that. I used the following syntax in the Send Email TO
outputs('getmailadd')['body/tempemail']
But it doesn't work.