Just to simplify let's suppose I'm using two combo boxes:
1. itemId
2. ItemlocationId
ItemLocationId depends on Item Id.
It's items tab is as follows: Distinct(Filter(Sums, ItemId = CBItemID.Selected.Result),InventLocationId)
It works perfectly fine but gives this error :
The requested operation is invalid. Server Response: An error is occoured. Object reference not set to an instnace of object.
I have multiple combo boxes depending on ItemId throwing the same error.
App works fine on pc and gives results. And we can ignore the error messages popping up on the top.
But on phone it becomes a mess because whole screen fills up with same error until I clear them up