I have a manager, manager's manager and manger's manager manager fields in my form. It used to work with no issue for long time. Now it started showing a pop up error " Office365Users.UserProfile failed: The method 'UserProfile' has an invalid value for parameter 'userId' ". It shows all the values with no issue but when I submitted the form, the attachment is not going aling with the rest of form values.
UserProfile has been deprecated. Try using Office365Users.UserProfileV2(“youremail@yourcompany.com”) instead.
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
These are the type of functions that is throwing the error:
Claims: "i:0#.f|membership|" & Office365Users.ManagerV2(DataCardValue23.Selected.Email).mail
@Steve_B
More info needed. This is a different function than your original question.
Please share a screenshot showing the full code and the error message showing on the screen. Copy all the code within the property that is throwing the error.
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
I have an app that auto-populates the manager, manager's manager...based on a people picker field in the form. When I put a name in the people picker, this message pops up.
The functions I use looks like these:
DisplayName: Office365Users.ManagerV2('Manager (Level 1 Approver)'.Email).displayName,
Claims: "i:0#.f|membership|" & Office365Users.ManagerV2('Manager (Level 1 Approver)'.Email).mail
If you see the error message it refers Offie365Users.UserProfile failed.
Hope this explains better.
Power Apps User Groups are coming! Make sure you’re among the first to know when user groups go live for public preview.
Did you miss the call?? Check out the Power Apps Community Call here!
User | Count |
---|---|
265 | |
208 | |
76 | |
42 | |
33 |
User | Count |
---|---|
348 | |
224 | |
117 | |
72 | |
54 |