"Items is required" Error when i press delete

When I delete a record I am seeing like this. Is that a bug ?

Solved Solved
0 5 137
1 ACCEPTED SOLUTION

I would guess, then, that the row youโ€™re deleting has an IsPartOf relationship to another table. That other table is notified of the row deletion and tries to update accordingly. The Items column of a row of that table is updated to remove a reference to the deleted row, resulting in an empty list, but the Items column has Required? enabled.

View solution in original post

5 REPLIES 5

Steve
Platinum 4
Platinum 4

That type of message typically appears when an action is performed that tries to modify a row, but does so in a way that a value in the modified row fails to meet its Valid If expression.

I am actually pressing delete button. Im not modifying the row.

I would guess, then, that the row youโ€™re deleting has an IsPartOf relationship to another table. That other table is notified of the row deletion and tries to update accordingly. The Items column of a row of that table is updated to remove a reference to the deleted row, resulting in an empty list, but the Items column has Required? enabled.

Perfect You are amazing! Thanks @Steve

Yes, indeed nice debugging @Steve

Top Labels in this Space