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
Solved! Go to Solution.
This is not possible using the Are updates allowed? setting for a table. Instead, youโll have to add the necessary logic into the Only if this condition is true expression for the Add, Delete, and Edit system-generated actions for the desired tables.
This is not possible using the Are updates allowed? setting for a table. Instead, youโll have to add the necessary logic into the Only if this condition is true expression for the Add, Delete, and Edit system-generated actions for the desired tables.
Got It. Works fine:)
Thanks a lot Steve!
User | Count |
---|---|
15 | |
12 | |
9 | |
8 | |
4 |