In the sample apps, I see these 2 lines:
var domo = window.domo;
var datasets = window.datasets;
I have an alert(domo) that returns a result
But alert(datasets) is always undefined.
I am unable to do any domo.gets() and am thinking this is the problem.
Any ideas?
My manifest file is:
{
"name": "Try2",
"version": "1.0.0",
"size": {
"width": 2,
"height": 1
},
"mapping": [
{
"dataSetId": "a90327ee-38f7-4d95-a52e-1cc0e1ae67c2",
"alias": "Details",
"fields": []
}
],
"fileName": "manifest.json",
"id": "c53c1944-0072-4e51-af68-3d584a2141f4"
}