Hello,
I am using dataverse table. A column named 'Assigned User' is a Lookup from 'User' table. In power app edit form, I have 'Assigned User' it apprise as searchable dropdown list with users and groups. However, I am getting all properties blank except 'FullName'
I used cmbDataCardValue.Selected.'Email 2'. I could see only 'Email 2' property there is no Mail. Even 'Primary Email' is also blank.
cmbDataCardValue is the combo box in Assigned User data card.
I am supposed to send email to 'Assigned User' on submission.
Thanks