I want it so that when i press a button it will delete the database entry made by putting something in a input box
With an action on the workflow.
I tried that but it keeps giving me an error, Delete data yes/no
Yes/No fields can’t be empty. They’re always set to either yes or no – there is no “blank” option.
So, you could either:
- Set the fields value to either yes or no.
- Change the field to be, say, a number or text value and then make it null