Is it possible to create a dropdown in DataMiner dashboards and use the selected data as feed to dynamically change the URL of an embedded video in a dashboard web-component?
If not possible with a dropdown, maybe there is any other way to dynamically change HTML code.
—-
e.g. dropdown: “clipa” “clipb” – selecting clipb should change the below source URL.
<video style=”width:1150px” id=player playsinline controls>
<source src=http://test.com/clipa.mp4 type=video/mp4>
</video>
Thomas Gunkel [SLC] [DevOps Advocate] Selected answer as best 8th August 2022
The web component currently does not support any linking to feeds. Feel free to create a task on Collaboration to get this functionality added.
Alberto De Luca [DevOps Enabler] Posted new comment 8th August 2022

Added this for the case above:
https://community.dataminer.services/new-feature-suggestions/support-linking-to-feeds-in-dashboards/
By the way, I landed on this page to check if there is any dashboard component that can be used for RSS feeds – any info?