Hi,
I am trying to use get a item from array that is inside another array,
but it shows the error of 'The execution of template action 'Select' failed: The evaluation of 'query' action 'where' expression '{
"Firstname": "@item()['first_name']",
"lastname": "@item()['last_name']",
"email": "@item()['parent_guardian']['email']"
}' failed: 'The template language expression 'item()['parent_guardian']['email']' cannot be evaluated because property 'parent_guardian' doesn't exist, available properties are 'id, '
my output file from a Http request and select screenshot in power automate as below
the parent information

I am able to get first name and last name by using item().first_name and item().last_name, but I does not how to get the email item of parent_guardian array , I will output those information to a csv file, could anyone please help me how to get the email information ? I really appreciate your help on this.
Best Regards,
Eric