I can not access the function Office365Users.MyProfile() . When I enter the formula, I always get an error. Office365Users is not recognized as an item.
I have set up the connection to Microsoft Users. But nothing works 😞
My code is:
First(Office365Users.MyProfile().BusinessPhones).Value
Solved! Go to Solution.
Sorry, I'm too impatient and new to dealing with Powerapps.
I'm using Powerapps in german and there the Office365User Connerctor is called: Office365-Benutzer. It's all in english but this simple thing is written in german
The correct code is:
First('Office365-Benutzer'.MyProfile().BusinessPhones).Value
Sorry, I'm too impatient and new to dealing with Powerapps.
I'm using Powerapps in german and there the Office365User Connerctor is called: Office365-Benutzer. It's all in english but this simple thing is written in german
The correct code is:
First('Office365-Benutzer'.MyProfile().BusinessPhones).Value
User | Count |
---|---|
141 | |
136 | |
77 | |
75 | |
69 |
User | Count |
---|---|
225 | |
189 | |
66 | |
62 | |
55 |