Hello,
I have delegation warning when I try to make my cascading combobox work.
I have 2 SP lists named 'Access Application' and 'Access Area2', 'Access Area2' contains columns named Area1 and Area2 and ’Access Application' contains columns named Area and Area2.
I want to filter the column 'Area2' in 'Access Application' based on the value of column 'Area' but Area2 shows 'delegation warning,the search part of this formula might not work correctly on large data sets'.The item of column 'Area2' is Filter('Access Area2', Area1 = DataCardValue7.Selected.Value).
I also try to insert a dropdown to replace 'Area2', it works but I can't connect it with the column ‘Area2' on the SP online list so when people submit the form 'Access Application', the column 'Area2' is blank.
Here are the pictures.