Delete record created by certain users

i want a way to delete records automatically when it is created by certain users how to do this ?

Hi,
strange use-case :smiley:

I would suggest to remove the create-permission for these users, this way they just can’t create records that need to be deleted afterwards.

But: you should also be able to delete records via workflows (select the “create” trigger, add the created-by user as a condition, update record with deleted=1).

final step, set deleted to true:

image

1 Like

This is a life saver, thanks so much !!!