I have a model driven app with standard table 'tblGenAITracker'
primary key column with logical name: genai_usecasetitle
then there is a Lookup column with logical name: genai_ucowner
Related table is [Microsoft Entra ID/aaduser] which is virtual table connected to my organization Active Directory.
So in my Main Form of tblGenAITracker table, which I have names as 'Gen AI-Submission'.
In this form I added genai_ucowner with default view of Microsoft Entra ID. So when user search any employee of my organization user can select it and in that Form I can show case Employee's jobtitle, officelocation, userprincipalname in 'my Main Form of tblGenAITracker table'.
Now when user save & close this record I want to send mail to email id which is in 'userprincipalname ' column of Microsoft Entra ID table. So I created Power Automate flow.
This flow will get trigger when new row added or modified in tblGenAITracker .
But Email id which I need is in 'Microsoft Entra ID'[userprincipalname ] column which I can't get it.
Please suggest me solution.