Hey I have the following fields:

The email field is coming from SharePoint person column, I am trying to automatically insert the phone number when an email is
selected. Currently its not letting me with SharePoint.
I found this formula to display phone number but I want to modify it so it look at the email field and based on the email it automatically insert the phone number. The email field is datacardvalue40
First(Office365Users.UserProfileV2(ThisItem.Name.Email).businessPhones).Value
Is this possible?