- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2025 04:51 AM
Do you known the safe limit for add data resource in the same UI Builder page?
I'm experiencing issues after 10 data resources.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2025 03:26 AM
I'm working in a UIB page that consolidate a bunch integrations from diverse sources. Firstly I wondering use one data resource for each integration, but around 10 resources they start show the previewed JSON from other resource (wrongly) from data resource immeatily below.
The adopted strategy was aggregate some integrations in just one data resource. Instead have a short JSON response for bind data to component, I'll return an biggest JSON with more data to bind multiple components.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2025 07:20 AM
There is no officially documented hard limit for the number of data resources you can add to a UI Builder page in ServiceNow. ServiceNow generally suggests keeping it under 10-15 per page to avoid performance degradation.
If you are already experiencing performance issue after 10 data resources then I recommend keeping this number limited to 10.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2025 03:26 AM
I'm working in a UIB page that consolidate a bunch integrations from diverse sources. Firstly I wondering use one data resource for each integration, but around 10 resources they start show the previewed JSON from other resource (wrongly) from data resource immeatily below.
The adopted strategy was aggregate some integrations in just one data resource. Instead have a short JSON response for bind data to component, I'll return an biggest JSON with more data to bind multiple components.