domo.datasets is Undefined

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"
}

Best Answer

  • TOccon
    TOccon Domo Employee
    Answer ✓

    @GMSilvey
    The Domo.js library is what enables the ability to use the Domo.get() method (in your post you said gets instead of get without the s which may just be a typo but if not be sure to use Domo.get())

    Aside from that, typically when you receive an undefined error it may be because you have downloaded the domo.js library incorrectly or it may be importing incorrectly to your app.

    To learn more about this please refer to our Developer site. https://developer.domo.com/portal/e947d87e17547-domo-js This outlines all the steps necessary to perform the actions you are wanting.

Answers

  • TOccon
    TOccon Domo Employee
    Answer ✓

    @GMSilvey
    The Domo.js library is what enables the ability to use the Domo.get() method (in your post you said gets instead of get without the s which may just be a typo but if not be sure to use Domo.get())

    Aside from that, typically when you receive an undefined error it may be because you have downloaded the domo.js library incorrectly or it may be importing incorrectly to your app.

    To learn more about this please refer to our Developer site. https://developer.domo.com/portal/e947d87e17547-domo-js This outlines all the steps necessary to perform the actions you are wanting.