Hello,
Is there a limit on the number of fields you can include in a data query.
I tried 30+ fields and the resultant getData data was empty.
If I shortened the field list to 20 or less it worked.
var myFilter = { variable: <is there a field list limit here??>, qty: 1 } var data = await device.getData(myFilter);