I have 4 screens on my app. The first is the home screen that has a bottom that is pushed that takes me to the profile screen of an employee. I have a search gallary page as well but it skips that and goes directly to the users profile. Once at the users profile they can get into the last screen which is the edit screen, where they can go in and edit their information. When the employee goes in to submit thier edits, it tell them this: The request resourse is locked , Server Response: Cannot write to filesourse. File is being locked. Client Rquest: 9398def - 3484-d7bc-0c13-de84c33da60. It tells me the same thing as well and I am the owner of the project.
Solved! Go to Solution.
Hi @ShawnLJ,
Can you please share more detailed configuration on this app? Are you using the Office365 Users connection in the app?
It is not available to update the user information through the Office 365 Users Connection.
Office 365 Users connection in PowerApps
If you would like to update the user information, we could take use of the Azure AD connection,
Use the following method:
AzureAD.UpdateUser(id,{userPrincipalName:Text,displayName:Text,mailNickname:Text,givenName:Text,surname:Text,accountEnabled:Boolean,jobTitle:Text,mobilePhone:Text,officeLocation:Text,preferedLanguage:Text,businessPhones:Table})
The schema is in the format below:
Regards,
Mona
Hi @ShawnLJ,
Can you please share more detailed configuration on this app? Are you using the Office365 Users connection in the app?
It is not available to update the user information through the Office 365 Users Connection.
Office 365 Users connection in PowerApps
If you would like to update the user information, we could take use of the Azure AD connection,
Use the following method:
AzureAD.UpdateUser(id,{userPrincipalName:Text,displayName:Text,mailNickname:Text,givenName:Text,surname:Text,accountEnabled:Boolean,jobTitle:Text,mobilePhone:Text,officeLocation:Text,preferedLanguage:Text,businessPhones:Table})
The schema is in the format below:
Regards,
Mona
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
203 | |
100 | |
61 | |
59 | |
57 |
User | Count |
---|---|
256 | |
162 | |
90 | |
79 | |
70 |