Hello,
I used the Infinity plugin to make a call to REST API.
The following is the JSON response with timestamp (epoch) and values.
{
“timeStamp”:[1609455600000,1609456500000,1609457400000,1609458300000,1609459200000,1609460100000,1609461000000],
“values”:[5,10,15,10,10,5,5]
}
I am unable to get the values from both the fields.
Here is how I am trying to access,
Thank you in advance.