This is the case:
Members of a choir need to be able to tell to which concerts they go.
When they go to the calendar tab they have the button ‘I’ll be there’ to do so.
When clicking the button a new row will be added to the tab ‘Joined’ with relevant data.
This button will not be visible anymore when there is a relation between ‘Joined’ and ‘Calendar’.
I need an extra button for the choir member to delete that same added row if they later find out they can’t come.
But when I choose the ‘delete row’ action, I can only choose the calendar row of the concert or the user row, that’s not what I want. I want to delete the ‘Joined’ row.
How would you use a button to delete the ‘Joined’ row?