I need to delete a record in child table. But the delete button is not showing. Could it be because it is a nested form? How can I delete those rows?
Hello @Oleksandra_Bohomolov , have you checked if that table allows deletes?
Yes, deletions are allowed
Well, these are the reasons I think this might happen:
- Table doesn’t allow deletes
- Slice doesn’t allow deletes
- Action is set to “do not display”
- Action condition for use is not met
- User doesn’t have permission to delete rows from that table (if a user system is implemented)
- The view does not include the delete action in its configuration
1 Like
Existing rows cannot be deleted from form views.

