HI,
I am working on Power Apps, so here I want to exclude items from List1 which are present in List2
Example
List1
1
2
3
4
5
List2
3
5
Using power app to get items like
1
2
4
here I am using Filter to exclude items, but having 2 issues here
- Filter gives delegate Warning
- It doesnt give Intellisense for list columns

Could you please help me in this
Thank You
@Anonymous