Get a text listing of time series data

I was trying to get a listing for an experience page showing the textual listing of time series data for a period of time. (similar to the table style listing in the Data explorer)
I realize now that both Data:Gauge Query and Data:Time series nodes only lets me specify one attribute at the time.

Is there a better node for this?

You can use the Losant API Node and its Data: Last Value Query or Data: Time Series Query actions to return state data for multiple devices and multiple attributes in a single call. You can find the schemas for those request objects at the links above; they should also be available in the node’s editor after you choose an action.