The App Checker for my canvas app, which is connected to SharePoint Libraries, shows a Warning under Performance specifically the for the "App" screen/On Start location. The warning says:
"Data row limit for non-delegable queries is more than 500"
In the "On Start" code, there are no blue squiggly lines, there are no yellow triangles and the only queries I'm using is LookUp, which the documentation says is delegable. Additionally, I have been copy/pasting the "On Start" codes into the "On Visible" of my Home Screen because that seems to be more efficient during troubleshooting. There is no delegable warning on that screen. I even took the step of delete all the code out of both screens and the warning is still there in the App Checker. There are no other delegable warnings in the rest of the app either.
Am I missing something?