Links associated to a widget

Hello.
Using the Arduino Cloud IoT platform, I would like to link dahsboard with URL links.
In other words, I would like to know if it is possible to associate to a widget in a dashboard a URL lin to another dashboard.
Example :
The 1st dashboard give a view of the temperature of my remote devices. So the dashboard is made of several "value" widgets, giving the temperature : temperature of the 1st device, temperature of the 2nd device, etc...
I would like to associate to each of the "status" widget a URL link to the chart of the temperature. So on the 1st dashboard, on the widget that gives the value of the temperature of the 1st device, I would to associate a direct URL lin that opens the dashboard with the chart of the 1st device. And so on for the the 2nd device, etc...

@christophe782

As of now, Arduino Cloud IoT doesn’t support directly embedding URLs into widgets for dashboard navigation. However, a potential workaround could be to add a custom link widget with URLs to different dashboards or use an external link to manage dashboard navigation.

If you'd like more advanced navigation or direct linking features, you might consider using external platforms for visualization, or check if Arduino has updates on this feature in the future. Would this workaround fit your use case?

Hi. Thanks for your update. I will investigate that idea.

Hello.
Could you please give more détails on "custom link widget with URLs" ?
Thanks.

ciao,
you can use the sticky note widget that supports Markdown
here's a snippet to create a browsable link

[Title of the link](https://app.arduino.cc/dashboards/xxxxxxxxxxxx)

hope this helps.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.