I have this variable UserProfile which is created like that:
UpdateContext({UserProfile:Office365Users.MyProfile()})Everything works fine in the Variables (experimental) I can check that it is correctly assign with good values.

The column BusinessPhones is a record so I click on it and it has Value which is the phone number

In the PowerApps if I try to access this value it gives me errors

I tried
UserProfile.BusinessPhones
And
UserProfile.BusinessPhones.Value
None work. Do you know how to access this value?
NOTE: I can easily access otehr variables of the record (UserProfile.DisplayName, UserProfile.Mail, etc.)