I would like to limit the user from deleting ...

I would like to limit the user from deleting rows in status X. I know I can do that with Slice. But can I do it without Slice by adding a formula in the Table? e.g. SWITCH([Status], “X”, “UPDATES_AND_DELETE”, “UPDATES”)

When I do it, it does not recognize [Status] Thanks Yossi

0 4 562
4 REPLIES 4

It won’t work because the status can be X or Y depending on the record.

Have you tried to add a condition rule for the Delete system action like [Status]=“X”?

@Aleksi_Alkio This is what I was looking for. Expression on the System Action (never used that before) Thanks!

You’re welcome

Top Labels in this Space