I'm trying to use Flow to send an email to staff members if when the user filling out the form, indicated their department.
List 1: Ideas (contains the submitted forms from users with an Affected Department field)
List 2: Routing (contains the list of departments (Title) and the list of contacts for each department (Contact)
Error:
InvalidTemplate. Unable to process template language expressions in action 'Send_an_email_(V2)_2' inputs at line '1' and column '2707': 'The template language expression 'items('Apply_to_each')?['Contact']?['Email']' cannot be evaluated because property 'Email' cannot be selected. Array elements can only be selected using an integer index. Please see https://aka.ms/logicexpressions for usage details.'.
Workflow Details
I'm using Get Items to get the list of departments and contacts from the Routing list in SharePoint (List 2)

Then I'm using a Send an email (V2) after a condition to send an email to each contact for that department.

What am I missing?
Thanks!