Hi Im looking for a way to use O365 users name on a form without the abilty for them to change that field on the form,
I have an ActionedBy column in excel, and a form on my app, with corrisponding field, should the following formula work if i unlock the textbox and use it in the Default section? and how do I prevent the user from changing the value entered?
If(ActionedBy <> "", ActionedBy, Office365Users.MyProfile().DisplayName)