Hi,
I get the following error message, though the canvas seems to work fine.
"The requested operation is invalid. Server Response. Expression "XXX eq null" is not supported."
I've three dropdowns. Two of them are dependent on the entry of one other. The 1st dropdown has the following code in Items:
Sort(Distinct(ExcelDataTable, Column1),Result) >> DataCardValue14
The 2nd dropdown (relates to the first) and 3rd dropdown(relates to the second) have these error messages. Code in Items as per below:
2: Distinct(Filter(ExcelDataTable, Column1 = DataCardValue14.Selected.Result),Column2) >> DataCardValue15
3: Distinct(Filter(ExcelDataTable, Column2 = DataCardValue15.Selected.Result),Column3) >> DataCardValue16
The default values were initially on Parent.Default. I tried to set default values of the most picked, but that didn't solve the issue. Also the error seemed to occur recently (not from the start).
I tried several solutions opted in other discussions on this error, but unfortunately without success. Anyone any idea how to solve this error?