Hi Team,
I have a interesting question.
I have database with 10k records,
when I try clearcollect function as below:
ClearCollect(myCollection, APIFunction.GetData())
I can get all of these 10k records to my local collection without any errors.
Is this situation is normal?
what about delegation etc?
thank in advice.
K.
Solved! Go to Solution.
From my understanding, a custom connector won't be subject to delegation issues the way that some of the built-in connectors are. Those delegation "issues" are to ensure the overall performance of the platform, on the connectors that 99.9% of users are going to use regularly.
For your custom connector, it's assumed that the system you are integrating with can/will provide you a schema/return object that doesn't exceed the limits outlined in the connection documentation.
https://docs.microsoft.com/en-us/connectors/custom-connectors/faq
From my understanding, a custom connector won't be subject to delegation issues the way that some of the built-in connectors are. Those delegation "issues" are to ensure the overall performance of the platform, on the connectors that 99.9% of users are going to use regularly.
For your custom connector, it's assumed that the system you are integrating with can/will provide you a schema/return object that doesn't exceed the limits outlined in the connection documentation.
https://docs.microsoft.com/en-us/connectors/custom-connectors/faq
User | Count |
---|---|
257 | |
110 | |
97 | |
52 | |
39 |