Hello,
I removed an user from my user table manually, but the other table, which contains linked users to each row did not remove the rows, which contained the removed user.
This caused a databinding error in my repeating panel, whenever it tried to load the data from other tables, which contained the previously mentioned deleted user row. The error message stated, that the Row was removed, but could not help in finding the issue.
It would be useful to have a notification before deleting a row, that this row is linked to another row/rows in these tables, or have the possibility to automatically remove the rows, which contain the specified row.