New to Powerapps. I am trying to customize the Org Browser. I have 2 issues.
1. getting this error on the Iphone (triangles on the build)
Solved! Go to Solution.
That did it, Thanks. got down to my last issue - our president does not report to anyone so I'm getting an error saying that. App still works but anytime he is selected we see this error message.
any ideas?
Worked perfectly for me, thank you!
I am having a similar problem with the Browse Org app. All works great but I keep getting an error message. I believe this is due to blank photos in some of the user profiles. My latest function -- which still errors out is listed below:
What have I got wrong?
It looks like you have a syntax error. Could you hover over the red squiggly to see what it says?
Are you trying to use a condition to determine what the image should be? (I don't actually see an "if" statement there.)
Syntax:
If(logical test, true statement, false statement)
let me know if that helps,
Audrie
Hi,
I'm having the same problem on the iOS app, works fine in Windows. I've tried to use the code discussed here:
If(!IsBlank(First(Employee).Id), Office365Users.DirectReports(First(Employee).Id)) for the TextBox1_14 (Organisation Screen) for Direct Reports but I still get the error.
Did anyone solve this and if so could they help with some newbie steps please?
Thanks!
Did you got a fix for that?
I'm not following the solution here. I'm running the PowerApps Org browser app, works fine until I have an Employee with no Manager listed, then I get the error. In App Checker, Rectangle3.OnSelect errors:
ClearCollect(
Employee,
Manager
);
Collect(
PreviousEmployee,
Employee
);
If(
!IsBlank(Office365Users.Manager(First(Employee).Id)),
ClearCollect(
Manager,
Office365Users.Manager(First(Employee).Id) --this has a red squiggly line under it in App Checker
)
);
Navigate(
OrganizationScreen,
Fade
)
<p>Office365Users.Manager failed: {
"status": 404,
"message": "No manager found for the specified user.\r\nclientRequestId: 6fc8cf67-e958-4c70-9a2c-61db647cc5c3",
"source": "office365users-wus.azconn-wus.p.azurewebsites.net"
}</p>
Could I fix this by updating Active Directory for Manager to 'No Manager' ?
User | Count |
---|---|
157 | |
93 | |
80 | |
74 | |
57 |
User | Count |
---|---|
201 | |
166 | |
98 | |
94 | |
79 |