Bulk workflow to delete "(deleted things)"?

Hey all, I have a data type that has a bunch of (deleted thing) entries. For a bulk workflow to delete all of these, should I literally search for “(deleted thing)” or for empty fields?

Neither work

What to do :face_with_spiral_eyes:

To avoid things like this I usually avoid adding privacy rules until after I’ve built a feature and tested it works properly because in my experience things like this happen during testing which usually point out a need to ensure all data CRUD operations, especially delete, run against all necessary data and related data.

But in this case I’d say you not attempt filtering via database in editor and instead setup page to filter based on existing users, so you constrain by items fields user is not in list of all users. That might help isolate the entires that are empty or deleted thing.

It’s not that, it’s a temporary user thing. I just need to clean up these entries.

Edit: Gonna try this:

Rando the above is this

2 Likes

I need AI to parse your posts. (“list of users” threw me off)

1 Like