I am building a dashboard page that needs to display data coming from multiple sources on the same page:
- A local collection (created manually in DrapCode)
- A collection populated from a JSON file
- A collection connected to an External API
The issue I’m facing is that only the manually created local collection data is displayed correctly on the dashboard.
Data from:
- the External API collection, and
- the JSON-based collection
does not render on the page, even though:
- the collections are created correctly,
- data exists in those collections,
- the list/repeater components are mapped properly,
- and permissions/read access appear to be configured.
All three data sources are used on the same dashboard page, but only the local collection loads.
Could you please clarify:
- Whether DrapCode supports rendering data from multiple data sources (local + JSON + External API) on the same page?
- Are there any limitations, required settings, or recommended patterns (e.g. Finders, async loading, page-level configuration) to make this work?
- Is additional configuration required for JSON or External API collections to be available on dashboard pages?
Any guidance or documentation references would be greatly appreciated.
Thank you for your support.
Best regards,
Ivan