How can I make user email as a user id? ( auto complete) and non editable. Tx
@Magic_Pharsa -
If your app requires user login, have you tried setting your UserID column appformula to be USEREMAIL()?
1 Like
It’s solved. Thank you
Better: do not use app formula; instead, set Initial value to the expression, USEREMAIL(), and Editable? to the expression, FALSE.
If you use app formula, the column value will be updated any time any user modifies the row. If some other user modifies the row, that user’s email will replace the existing value.