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 565
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