Is there a way to create a dashboard from code?
We want to convert Annotations to Dashboards that contain a single html component.
There are 1000 Annotations.
Is it ok to create 1000 of Dashboards?
Is it possible to automate it?
Jeroen Geldhof [SLC] [DevOps Enabler] Selected answer as best 18th June 2025
Hi Jeroen,
My 2 cents:
Don't create 1000 dashboards to display 1000 HTML pages.
Create 1 generic dashboard that contains a generic HTML component (or grid component).
Use DOM to store your HTML (or other) content against your element ID.
Feed the element ID to your dashboard to load the desired data.
Jeroen Geldhof [SLC] [DevOps Enabler] Selected answer as best 18th June 2025