Hello Power Apps Community,
I have created a Power Apps form that includes dropdowns for selecting the department and section. My goal is to send a notification to the appropriate approver based on the selected department and section. Here's an overview of my setup:
- Form: Includes dropdowns for department and section.
- SharePoint List ("Approval Matrix"): Contains columns for Department, Section, Approver Name, and Approver Email.
What I need to achieve:
- When a user selects a department and section in the form, I want to look up the corresponding approver's email from the "Approval Matrix" SharePoint list.
- Use the Power Apps Notification V2 connector to send a notification to the retrieved approver's email.
Challenges I'm facing:
- My organization has multiple departments and sections, resulting in many possible approvers.
- I am unsure how to accurately retrieve the approver's email based on the selected department and section from the form.
What I've tried so far:
- Configured the dropdowns and set up the SharePoint list.
- Attempted to use the Power Apps Notification V2 connector, but I am having trouble with the logic to match the selected department and section with the corresponding approver email.
Could someone guide me on how to achieve this in Power Apps? Any examples, formulas, or step-by-step instructions would be greatly appreciated.
Thank you in advance for your help!
I got this error PowerAppsNotificationV2.SendPushNotificationV2 failed: {"error": {"code": "invalidPrincipleIDorMail",
"message": "The recipient 'approverEmail' is not a recognized email address or object identifier in the directory".

