Hello,
I've come up against the dreaded 2000 entries limit and am unsure how to get around my particular issue.
I have a data set of tasks and I've created a canvas app that shows all existing tasks on a Sharepoint dataset. It allows users to view and edit those, as well as submit new tasks direct from the app.
This was working fine...until I breached the 2000 entry limit, and now obviously it wont load the new entries into the app.
However, I don't actually want to load the entire data set, but only those rows that have a particular choice column, namely whether the task is complete, marked as "No". This would result in only 1040 entries. I'm filtering the data currently so app users don't see completed tasks, but I assume they're still being pulled by the app.
So my questions are, would some how filtering what entries the app pulls solve my 2000 entry woes, and if so...how on earth do I do that?!
Yours faithfully,
A Rank Amateur