Comments
-
A bit late, but I believe you need to use the alias mapped in the manifest in the domo.get request, not the id.
-
I think you need to wire the ID into the manifest. I ran into the same issue where it was creating a new appDB collection every session, but wiring it up properly fixed it. Example copied from my manifest: "collectionsMapping": [ { "id": "d7faa357-c947-4e38-341c-4ed50295af2a", "name": "NameDB", "syncEnabled": true,…