I have a SharePoint list where it is stored for users evaluations, a single user can have multiple evaluations. Initially all the evaluations are in pending stage. Evaluator have a powerapps form where they can take the evaluation and give the score for each evaluation once he submit the response it it will go to approve status. Now I need to trigger an email, Once all the evaluations are approved belongs to single user along with the average score.
First I need to group by user name
Second check if those items are in approve status
Then calculate the average score
Then send an email to user
How do I achieve this using power automate.