How can i formula that only admin kay update data?

Click the flask icon:

Then click in the expression box:

3X_7_d_7d510d3dd648d4f45d4deaf9733a98f36cec512e.png

Then enter en expression that produces the desired permission name. For instance:

IF(
  ("Admin" = USERROLE()),
  "ALL_CHANGES",
  "READ_ONLY"
)

The possible permission names are given in Expression Assistant:

See also:

1 Like

thank you so much steve.

1 Like