Hello,
I'd like to load a domo bricks form with data from an existing domo data set.
I see I can use the domo.get method:
domo .get('data/v1/sales')
I expected the string value to be a domo data set id, but from reading it seems I need to set up a manifest.json file to map each dataset to a convenient name.
Where do I set up this manifest file, and is this something that requires a special developer environment?
Otherwise, is there a way to get data into a domo form?