I’m using a REST external data model with more than 2000 rows on it and I’m getting time out errors (failed: Invalid Request: Read timed out). Any way to get around this?
Thanks!
Page 1 / 1
Can you limit the number of records returned from the service, via a URL Parameter? What service is it? Many services let you add a “limit=NUM_ROWS” parameter, or pagination parameters, to the URL that will let you retrieve a limited subset of the total data.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.