I don't quite understand the limits of delegation and collection sizes.
I have a custom connector that I made. I set the App to load all records (about 600 from the development environment) into a Collection when it starts. It loaded the records without any errors or warnings, even though I set the "Limit number of records" setting to 100 (as a test).
I thought, "oh, it must not actually be loading all of those into the App." However, when I use Monitor, and load the same records into a Collection, it does show the amount of data transferred as about 1MB, which is what I'd expect based on the number of columns.
If Powerapps has a maximum collection size of 500 (by default), how am I able to load all 600+ records into a Collection?