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