USEREMAIL:

Hi Peeps

I am basically making a reimbursement tracker for my team.

Now i want that one user should only edit his records/or add for his records & not for anyone else.

So in the add action & edit action for that particular page I have used the below formula but it is not working:

[Floapper ID].[E-mail ID] = USEREMAIL()


Any advice would help

2 REPLIES 2

So only if the e-mail ID in the system for that profile matches the useremail then only the edit & add action should be available.


@Aditya_Vinayak_ wrote:

it is not working


In what way? Users can't edit their own rows? Users can edit all rows? Something else?


@Aditya_Vinayak_ wrote:

[Floapper ID]


Confirm this is a column in the table for which you want to control who can edit which rows. Confirm this column references the table with the [Email ID] column.


@Aditya_Vinayak_ wrote:

[E-mail ID]


Confirm this column's values are email addresses.

FYI: Various related techniques summarized at  SUMMARY TIP: User permissions, roles, and settings - Google Cloud Community

Top Labels in this Space