Capture UserName of submitter- Power Apps to SharePoint List

Add the SharePoint List field to your edit form and put this in it's DEFAULT property.

Coalesce(

 ThisItem.UpdatedBy,

 User().FullName

)

 

Then set the Visible property to: false

 

laugh

Blog Type: