How to delete unnecessary records

I have a problem
I need to delete unnecessary records in the table that have the status Pending edits, Waiting Reply before starting the script, and to keep Approve
I have a message that n8n does not support single_select. what other options can there be?
Has anyone encountered such a thing?
Or maybe I’m not doing it right at all?

Hi @Vlad welcome to the community!

Could you share some details of how you have set up your db schema and some further details on what exactly it is you want to do?

Is there a particular reason you need to do this through n8n or perhaps you could just do this wihtin the Baserow UI by creating a view with the desired filters and applied and then deleting the records manually? Or is this something that needs to be done programtically?