I have this line of code, to make an icon visible and not visible. Which should be working properly, I am getting gathering problems from network errors (which I believe is for delegation), I will be having over 2000 rows so I cannot just change from advance settings.
If( CountRows( Filter(Collection, LookUp(Collection, ID = ThisItem.'ID').State = StateChoice.Unattended)) > 0, true, false)
Is there a way to make it function without these problems?
Thank you