Do not auto populate users name on Sharepoint form edit.

Iceshade

Board Regular
Joined
May 22, 2017
Messages
104
Office Version
  1. 365
Platform
  1. Windows
Hi All,

Cannot get my head around this issue. I have a Powerapps form that opens on a Sharepoint list when adding/editing a list item. One of the fields auto populates the current users name into a field which is working great for new entries.

However, whenever I open a list item to view or edit, it is not preserving the value of what originally entered into that field, instead it overrides it with my name (as the current user). This is what I have in Default (and is also in the DefaultSelectedItems):

Power Query:
{  
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",  
DisplayName:User().FullName,  
Claims:"i:0#.f|membership|" & Lower(User().Email),  
Department:"",  
Email:User().Email,  
JobTitle:"",  
Picture:""  
}

Admittedly my first time dabbling in PowerApps and read a few articles but can't identify a solution for this. Would truly appreciate any guidance please?
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.

Forum statistics

Threads
1,215,069
Messages
6,122,958
Members
449,096
Latest member
Anshu121

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top