Hi,
I want to restrict updates of table only for rows made by current user.
when I use the this expression :
SWITCH(USEREMAIL(), [Email], “ADDS_AND_UPDATES”, “READ_ONLY”)
The switch expression pass the “test” but when saving I get this error:
This is true for any column name I use ,not just [Email].
If I dont use [column] e.g specific email or any other text there is no error, so I suppose the error might be a bug with [column]?
I checked it also with adhock app i created only to test this issue : NewApp-153182-21-03-27