Hello Again.
I am facing another problem while trying to create an Application in PowerApps.
This time I was trying to fill out a Textfield using the Office365 Users Data Connection.
Now this works in itself, however whenever I try to use the User Object "Business phones" which uses the Type "Array of String" I cannot access the Data and am unsure how to call upon each entry.
This is how I currently try to access the data from it, this is not functional and returns an error because I never specified what part of the array I would like to get returned.
Office365Users.MyProfileV2().businessPhones
I believe that the "Business Phones" User Object holds all the different phone numbers entered, saving them under different names within the Array, my Problem being that I cannot call upon these objects because I am unaware of the names they have been given within the array.
I've attached a picture which shows how the data is (probably) included into the array.
My Question would be:
How can I access the Array (specifically the .businessPhones one)?
How do I find out how the array entries are named?
Thank you very much, I am looking forward to your replies.
PM