When i delete an Item from a related app, the field in the original app does not reset to empty.
Step to reproduce:
Create App1 and App2. App1 should have a field called āApp2 Relationā with an outgoing relation to App2.
in App2, delete an item that was previously connected to App1.
In App1 set a table view. set a filter where āApp2 Relationā is not empty.
The filtered list shows rows with empty values.
this also applies to sorting, where the empty fields will not show in order (first or last, depending on ascending or descending)
@shir thanks to your detailed report I could reproduce the scenario. I encountered the bug you reported when enabling the option āallow linking to only one recordā in the respective relation fields.
The sorting and filtering in this scenario should now be fixed!
Kindly confirm whether it works for you now