Connecting SeeedStudio Wio Node devices

I have successfully pulled data from several SeeedStudio Wio Node devices with various sensors, using a timer and http tasks in the workflow designer.
But I would like to visualize the data from those devices on a dashboard.
Any suggestions how to achieve this??

You would use a virtual device to accomplish this. I would recommend checking out our Weather Dashboard Walkthrough, which works by requesting data using a timer from a http endpoint, populating a virtual device with the data, and then visualizing the device’s data on a dashboard.