Auto user id

How can I make user email as a user id? ( auto complete) and non editable. Tx

Solved Solved
0 3 1,738
1 ACCEPTED SOLUTION

@Magic_Pharsa -

If your app requires user login, have you tried setting your UserID column appformula to be USEREMAIL()?

View solution in original post

3 REPLIES 3

@Magic_Pharsa -

If your app requires user login, have you tried setting your UserID column appformula to be USEREMAIL()?

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.

Top Labels in this Space