Sharing Playlists from a Grafana Cloud Pro account

Hello,
I want to share a playlist created in a Cloud Pro account. Following the instruction here https://grafana.com/docs/grafana/latest/dashboards/playlist/


However, on my console I see the following:

Without any option to share or create a link. Could someone kindly advise how to do this?
Thanks

1 Like

Definitely odd, I’m seeing the same behavior you are. I’ll request for the team to look into this and open an issue if needed. In the meantime you can use the example URL format referenced in the docs as a temporary workaround.

For Grafana Cloud the URL will be https://$orgname.grafana.net/playlists/play/N where $orgname will be your Grafana Cloud organization name and N will be the Playlist number. The first Playlist created will be 1, second Playlist created will be 2, and so on.

If you’re not sure what your Grafana Cloud organization name is, when you log in to your hosted Grafana from the cloud portal the orgname displays in the URL. The Playlist number may get tricky if/when you create and delete Playlists but you can use the Playlist HTTP API to find the Playlist ID numbers if needed.

If you run into any trouble, just open a ticket for the Support team to assist!

Opened an issue for this, should be fixed soon! Playlist URL Unavailable in Grafana UI · Issue #44070 · grafana/grafana · GitHub