Problem with checklist (removing empty fields)

Hello again everyone,

I’ve created a ‘Qualification Checklist’ which works fine. However, I want to either automatically remove a field if Input is Empty or manually remove a field (if there’s no easy option to do it automatically). I’m struggling with which workflow/condition to use.

The button below Creates a new thing I.e., an input and a check. The input field will make changes to that thing . If the input is empty, the thing should be deleted.

Thanks in advance,

So it doesn’t make sense to create a new thing that is blank.

The ideal would be to show a popup right after your user clicks the button to add an item, asking them to fill in the text. After they fill it in, you create a new item with the text entered. This way you avoid this problem.

Make sense? Why are you doing this way?